diff options
author | John Terpstra <jht@samba.org> | 1998-11-16 12:03:16 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1998-11-16 12:03:16 +0000 |
commit | 7ce840a0edbba91befbbb0a6616d0ec4db95166f (patch) | |
tree | 41fb8c55e4d48c6c4025884deeeb09b0917fe0f7 /packaging/Caldera/makefile-path.patch | |
parent | 13d0b57baa887f8b43b1ad2c41305e27b3528fbe (diff) | |
download | samba-7ce840a0edbba91befbbb0a6616d0ec4db95166f.tar.gz samba-7ce840a0edbba91befbbb0a6616d0ec4db95166f.tar.bz2 samba-7ce840a0edbba91befbbb0a6616d0ec4db95166f.zip |
Updated packaging files (new for Caldera).
(This used to be commit 721a257c941a62508015c0939df40662f8da9a93)
Diffstat (limited to 'packaging/Caldera/makefile-path.patch')
-rw-r--r-- | packaging/Caldera/makefile-path.patch | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/packaging/Caldera/makefile-path.patch b/packaging/Caldera/makefile-path.patch new file mode 100644 index 0000000000..a6988fcb75 --- /dev/null +++ b/packaging/Caldera/makefile-path.patch @@ -0,0 +1,70 @@ +--- samba-2.0.0/source/Makefile.in.orig Sat Aug 22 02:48:36 1998 ++++ samba-2.0.0/source/Makefile.in Fri Aug 21 22:19:32 1998 +*************** +*** 22,32 **** + builddir=@builddir@ + SHELL=/bin/sh + +! BASEDIR=$(prefix)/samba + BINDIR = $(BASEDIR)/bin +! SBINDIR = $(BASEDIR)/bin +! LIBDIR = $(BASEDIR)/lib +! VARDIR = $(BASEDIR)/var + MANDIR = $(BASEDIR)/man + + # The permissions to give the executables +--- 22,32 ---- + builddir=@builddir@ + SHELL=/bin/sh + +! BASEDIR=/usr + BINDIR = $(BASEDIR)/bin +! SBINDIR = $(BASEDIR)/sbin +! LIBDIR = /etc +! VARDIR = /var + MANDIR = $(BASEDIR)/man + + # The permissions to give the executables +*************** +*** 35,54 **** + # set these to where to find various files + # These can be overridden by command line switches (see smbd(8)) + # or in smb.conf (see smb.conf(5)) +! SMBLOGFILE = $(VARDIR)/log.smb +! NMBLOGFILE = $(VARDIR)/log.nmb + CONFIGFILE = $(LIBDIR)/smb.conf + LMHOSTSFILE = $(LIBDIR)/lmhosts + DRIVERFILE = $(LIBDIR)/printers.def + PASSWD_PROGRAM = /bin/passwd +! SMB_PASSWD_FILE = $(BASEDIR)/private/smbpasswd + SMB_PASSWD_PROGRAM = $(BASEDIR)/bin/smbpasswd + + # This is where SWAT images and help files go +! SWATDIR = $(BASEDIR)/swat + + # the directory where lock files go +! LOCKDIR = $(VARDIR)/locks + + # The directory where code page definition files go + CODEPAGEDIR = $(LIBDIR)/codepages +--- 35,54 ---- + # set these to where to find various files + # These can be overridden by command line switches (see smbd(8)) + # or in smb.conf (see smb.conf(5)) +! SMBLOGFILE = $(VARDIR)/log/samba/log.smb +! NMBLOGFILE = $(VARDIR)/log/samba/log.nmb + CONFIGFILE = $(LIBDIR)/smb.conf + LMHOSTSFILE = $(LIBDIR)/lmhosts + DRIVERFILE = $(LIBDIR)/printers.def + PASSWD_PROGRAM = /bin/passwd +! SMB_PASSWD_FILE = $(LIBDIR)/smbpasswd + SMB_PASSWD_PROGRAM = $(BASEDIR)/bin/smbpasswd + + # This is where SWAT images and help files go +! SWATDIR = $(BASEDIR)/share/swat + + # the directory where lock files go +! LOCKDIR = $(VARDIR)/lock/samba + + # The directory where code page definition files go + CODEPAGEDIR = $(LIBDIR)/codepages |