source:
freewrt/package/samba/patches/301-config_files_path.patch@
d419478
| Last change on this file since d419478 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 810 bytes | |
-
source/Makefile.in
diff -ruN samba-2.0.10-old/source/Makefile.in samba-2.0.10-new/source/Makefile.in
old new 31 31 MANDIR = @mandir@ 32 32 SAMBABOOK = @sambabook@ 33 33 34 CONFIGDIR = @sysconfdir@ 35 34 36 # The permissions to give the executables 35 37 INSTALLPERMS = 0755 36 38 … … 39 41 # or in smb.conf (see smb.conf(5)) 40 42 SMBLOGFILE = $(VARDIR)/smb 41 43 NMBLOGFILE = $(VARDIR)/nmb 42 CONFIGFILE = $( LIBDIR)/smb.conf43 LMHOSTSFILE = $( LIBDIR)/lmhosts44 DRIVERFILE = $( LIBDIR)/printers.def44 CONFIGFILE = $(CONFIGDIR)/smb.conf 45 LMHOSTSFILE = $(CONFIGDIR)/lmhosts 46 DRIVERFILE = $(CONFIGDIR)/printers.def 45 47 PASSWD_PROGRAM = /bin/passwd 46 48 # This is where smbpasswd et al go 47 49 PRIVATEDIR = @privatedir@
Note:
See TracBrowser
for help on using the repository browser.
