mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
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 6c2a234ac9
)
This commit is contained in:
parent
c54656ee9e
commit
c2ea4dc9ef
@ -27,7 +27,7 @@
|
|||||||
CONFIGFILE = $(LIBDIR)/smb.conf
|
CONFIGFILE = $(LIBDIR)/smb.conf
|
||||||
LMHOSTSFILE = $(LIBDIR)/lmhosts
|
LMHOSTSFILE = $(LIBDIR)/lmhosts
|
||||||
DRIVERFILE = $(LIBDIR)/printers.def
|
DRIVERFILE = $(LIBDIR)/printers.def
|
||||||
SMB_PASSWD = $(BINDIR)/smbpasswd
|
PASSWD_PROGRAM = /bin/passwd
|
||||||
-SMB_PASSWD_FILE = $(BASEDIR)/private/smbpasswd
|
-SMB_PASSWD_FILE = $(BASEDIR)/private/smbpasswd
|
||||||
+SMB_PASSWD_FILE = $(LIBDIR)/smbpasswd
|
+SMB_PASSWD_FILE = $(LIBDIR)/smbpasswd
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
CONFIGFILE = $(LIBDIR)/smb.conf
|
CONFIGFILE = $(LIBDIR)/smb.conf
|
||||||
LMHOSTSFILE = $(LIBDIR)/lmhosts
|
LMHOSTSFILE = $(LIBDIR)/lmhosts
|
||||||
DRIVERFILE = $(LIBDIR)/printers.def
|
DRIVERFILE = $(LIBDIR)/printers.def
|
||||||
SMB_PASSWD = $(BINDIR)/smbpasswd
|
PASSWD_PROGRAM = /bin/passwd
|
||||||
-SMB_PASSWD_FILE = $(BASEDIR)/private/smbpasswd
|
-SMB_PASSWD_FILE = $(BASEDIR)/private/smbpasswd
|
||||||
+SMB_PASSWD_FILE = $(LIBDIR)/smbpasswd
|
+SMB_PASSWD_FILE = $(LIBDIR)/smbpasswd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user