summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-21 01:30:39 +0000
committerJeremy Allison <jra@samba.org>1998-11-21 01:30:39 +0000
commit674c3c951a68bd6d55fc6dd0419c735895fc636a (patch)
tree27e945cf5d3aabf742738d22f982da5bc02f1276
parentceb1f4943681bf1c1c55b5f51573c985a67ab6e6 (diff)
downloadsamba-674c3c951a68bd6d55fc6dd0419c735895fc636a.tar.gz
samba-674c3c951a68bd6d55fc6dd0419c735895fc636a.tar.xz
samba-674c3c951a68bd6d55fc6dd0419c735895fc636a.zip
Updated version info for Beta2.
Makefile.in: Fixes sbin/bin bug. Jeremy.
-rw-r--r--WHATSNEW.txt2
-rw-r--r--source/Makefile.in4
2 files changed, 4 insertions, 2 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2b7dde8ed6f..a395425f642 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,4 +1,4 @@
- WHATS NEW IN Samba 2.0.0 beta1
+ WHATS NEW IN Samba 2.0.0 beta2
==============================
This is a MAJOR new release of Samba, the UNIX based SMB/CIFS file
diff --git a/source/Makefile.in b/source/Makefile.in
index 394d011a0a5..62281dad171 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -23,7 +23,9 @@ SHELL=/bin/sh
BASEDIR= @prefix@
BINDIR = @bindir@
-SBINDIR = @sbindir@
+# we don't use sbindir because we want full compatibility with
+# the previous releases of Samba
+SBINDIR = @bindir@
LIBDIR = @libdir@
VARDIR = $(BASEDIR)/var
MANDIR = @mandir@