Updated makefile-path info contributed on the samba-technical mailing list.
[kai/samba.git] / packaging / PHT / TurboLinux / makefile-path.patch
index 61aa1819c3e8d8c5b7ddc0dd0853ed8de16b0c49..5fddb7cbfb496afe87bc13db256e34567f036a36 100644 (file)
@@ -1,22 +1,16 @@
---- 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
-@@ -23,11 +23,11 @@
- .SUFFIXES:
- .SUFFIXES: .c .o
--BASEDIR=$(prefix)/samba
-+BASEDIR= /usr
- BINDIR = $(BASEDIR)/bin
--SBINDIR = $(BASEDIR)/bin
--LIBDIR = $(BASEDIR)/lib
+diff -uNr samba-PVERSION/source/Makefile.in samba-kgc/source/Makefile.in
+--- samba-PVERSION/source/Makefile.in  Wed Dec  2 14:35:18 1998
++++ samba-kgc/source/Makefile.in       Wed Dec  2 15:06:02 1998
+@@ -27,7 +27,7 @@
+ # the previous releases of Samba
+ SBINDIR = @bindir@
+ LIBDIR = @libdir@
 -VARDIR = $(BASEDIR)/var
-+SBINDIR = $(BASEDIR)/sbin
-+LIBDIR = /etc
 +VARDIR = /var
- MANDIR = $(BASEDIR)/man
+ MANDIR = @mandir@
  
  # The permissions to give the executables
-@@ -36,19 +36,19 @@
+@@ -36,23 +36,23 @@
  # 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))
  DRIVERFILE = $(LIBDIR)/printers.def
  PASSWD_PROGRAM = /bin/passwd
 -SMB_PASSWD_FILE = $(BASEDIR)/private/smbpasswd
+-SMB_PASSGRP_FILE = $(BASEDIR)/private/smbpassgrp
+-SMB_GROUP_FILE = $(BASEDIR)/private/smbgroup
+-SMB_ALIAS_FILE = $(BASEDIR)/private/smbalias
 +SMB_PASSWD_FILE = $(LIBDIR)/smbpasswd
++SMB_PASSGRP_FILE = $(LIBDIR)/smbpassgrp
++SMB_GROUP_FILE = $(LIBDIR)/smbgroup
++SMB_ALIAS_FILE = $(LIBDIR)/smbalias
+ SMB_PASSWD_PROGRAM = $(BINDIR)/smbpasswd
  
  # This is where SWAT images and help files go
 -SWATDIR = $(BASEDIR)/swat