git.samba.org
/
kai
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed makefile problem due to change from SMB_PASSWD to PASSWD_PROGRAM.
[kai/samba.git]
/
packaging
/
RedHat
/
makefile-path.patch
diff --git
a/packaging/RedHat/makefile-path.patch
b/packaging/RedHat/makefile-path.patch
index b9f5984a782501035b292f98d8b4fd5a7b35efd3..61aa1819c3e8d8c5b7ddc0dd0853ed8de16b0c49 100644
(file)
--- 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
CONFIGFILE = $(LIBDIR)/smb.conf
LMHOSTSFILE = $(LIBDIR)/lmhosts
DRIVERFILE = $(LIBDIR)/printers.def
-
SMB_PASSWD = $(BINDIR)/smb
passwd
+
PASSWD_PROGRAM = /bin/
passwd
-SMB_PASSWD_FILE = $(BASEDIR)/private/smbpasswd
+SMB_PASSWD_FILE = $(LIBDIR)/smbpasswd
-SMB_PASSWD_FILE = $(BASEDIR)/private/smbpasswd
+SMB_PASSWD_FILE = $(LIBDIR)/smbpasswd