]> git.pld-linux.org Git - packages/samba.git/blob - samba-config.patch
Samba all patches...
[packages/samba.git] / samba-config.patch
1 diff -Nur samba-2.0.0/source/Makefile.in samba-2.0.0.pld/source/Makefile.in
2 --- samba-2.0.0/source/Makefile.in      Tue Jan 26 21:10:24 1999
3 +++ samba-2.0.0.pld/source/Makefile.in  Tue Jan 26 21:09:44 1999
4 @@ -25,9 +25,9 @@
5  BINDIR = @bindir@
6  # we don't use sbindir because we want full compatibility with
7  # the previous releases of Samba
8 -SBINDIR = @bindir@
9 +SBINDIR = @sbindir@
10  LIBDIR = @libdir@
11 -VARDIR = @localstatedir@
12 +VARDIR = /var/log/samba
13  MANDIR = @mandir@
14  
15  # The permissions to give the executables
16 @@ -43,16 +43,16 @@
17  DRIVERFILE = $(LIBDIR)/printers.def
18  PASSWD_PROGRAM = /bin/passwd
19  # This is where smbpasswd et al go
20 -PRIVATEDIR = @privatedir@
21 +PRIVATEDIR = $(LIBDIR)
22  
23  SMB_PASSWD_FILE = $(PRIVATEDIR)/smbpasswd
24  SMB_PASSGRP_FILE = $(PRIVATEDIR)/smbpassgrp
25  
26  # This is where SWAT images and help files go
27 -SWATDIR = @swatdir@
28 +SWATDIR = /usr/share/swat
29  
30  # the directory where lock files go
31 -LOCKDIR = $(VARDIR)/locks
32 +LOCKDIR = /var/lock/samba
33  
34  # The directory where code page definition files go
35  CODEPAGEDIR = $(LIBDIR)/codepages
36 diff -Nur samba-2.0.0/source/smbwrapper/smbsh.in samba-2.0.0.pld/source/smbwrapper/smbsh.in
37 --- samba-2.0.0/source/smbwrapper/smbsh.in      Wed Oct  7 06:43:09 1998
38 +++ samba-2.0.0.pld/source/smbwrapper/smbsh.in  Tue Jan 26 21:09:58 1999
39 @@ -1,6 +1,6 @@
40  #! /bin/sh
41  
42 -SMBW_LIBDIR=${SMBW_LIBDIR-@builddir@/smbwrapper}
43 +SMBW_LIBDIR=${SMBW_LIBDIR-/lib/security}
44  
45  if [ ! -f ${SMBW_LIBDIR}/smbwrapper.so ]; then
46      echo You need to set LIBDIR in smbsh
This page took 0.059565 seconds and 4 git commands to generate.