X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=blobdiff_plain;f=packaging%2FPHT%2FTurboLinux%2Fmakefile-path.patch;h=5fddb7cbfb496afe87bc13db256e34567f036a36;hp=61aa1819c3e8d8c5b7ddc0dd0853ed8de16b0c49;hb=bd3770235dd417d06e47d1ba16bcedc8a94e9ff9;hpb=6c2a234ac9b4bbef3886c9aa4a198776a0bee6c8 diff --git a/packaging/PHT/TurboLinux/makefile-path.patch b/packaging/PHT/TurboLinux/makefile-path.patch index 61aa1819c3e..5fddb7cbfb4 100644 --- a/packaging/PHT/TurboLinux/makefile-path.patch +++ b/packaging/PHT/TurboLinux/makefile-path.patch @@ -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)) @@ -29,7 +23,14 @@ 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