summaryrefslogtreecommitdiff
path: root/packaging/RedHat
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-14 00:50:41 +0000
committerJeremy Allison <jra@samba.org>1998-11-14 00:50:41 +0000
commitc2ea4dc9ef918eb36472474559db0ed8d7d18bf1 (patch)
tree18b6ed3851f377aec5eea95ba852f6fade14a0e0 /packaging/RedHat
parentc54656ee9e66f36fcaf1a70abd1ebb2246b6ef1a (diff)
downloadsamba-c2ea4dc9ef918eb36472474559db0ed8d7d18bf1.tar.gz
samba-c2ea4dc9ef918eb36472474559db0ed8d7d18bf1.tar.bz2
samba-c2ea4dc9ef918eb36472474559db0ed8d7d18bf1.zip
Fixed makefile problem due to change from SMB_PASSWD to PASSWD_PROGRAM.
Thanks to Michael H. Warfield <mhw@wittsend.com> for that. Jeremy. (This used to be commit 6c2a234ac9b4bbef3886c9aa4a198776a0bee6c8)
Diffstat (limited to 'packaging/RedHat')
-rw-r--r--packaging/RedHat/makefile-path.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RedHat/makefile-path.patch b/packaging/RedHat/makefile-path.patch
index b9f5984a78..61aa1819c3 100644
--- a/packaging/RedHat/makefile-path.patch
+++ b/packaging/RedHat/makefile-path.patch
@@ -27,7 +27,7 @@
CONFIGFILE = $(LIBDIR)/smb.conf
LMHOSTSFILE = $(LIBDIR)/lmhosts
DRIVERFILE = $(LIBDIR)/printers.def
- SMB_PASSWD = $(BINDIR)/smbpasswd
+ PASSWD_PROGRAM = /bin/passwd
-SMB_PASSWD_FILE = $(BASEDIR)/private/smbpasswd
+SMB_PASSWD_FILE = $(LIBDIR)/smbpasswd