From 456e09aa8cdf4d599dd06b7e281b6bf2adf8993f Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Thu, 23 Oct 1997 14:13:33 +0000 Subject: Upgrade, 1.9.15P8 -> 1.9.17P4. Closes part 1/2 of This modification includes: * Install docs to share/doc/samba. * Install sample config files. Also, please note that the maintainer is now hosokawa@jp.freebsd.org. PR: 4830 Submitted by: hosokawa@jp.freebsd.org --- net/samba-devel/files/patch-aa | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) (limited to 'net/samba-devel/files/patch-aa') diff --git a/net/samba-devel/files/patch-aa b/net/samba-devel/files/patch-aa index 63286ab75b50..6271a125aff1 100644 --- a/net/samba-devel/files/patch-aa +++ b/net/samba-devel/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Sep 26 05:44:18 1997 -+++ Makefile Fri Sep 26 18:41:40 1997 +--- Makefile.orig Sat Sep 27 00:04:52 1997 ++++ Makefile Wed Oct 15 17:09:58 1997 @@ -5,11 +5,11 @@ ########################################################################### @@ -27,7 +27,7 @@ # The permissions to give the executables INSTALLPERMS = 0755 -@@ -48,13 +48,13 @@ +@@ -45,13 +45,13 @@ # 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)) @@ -46,19 +46,18 @@ # set this to the default group you want your machine to appear in # for browsing. This can also be set in nmbd (see nmbd(8)) -@@ -385,9 +385,8 @@ - +@@ -383,8 +383,8 @@ # This is for FreeBSD # contributed by kuku@acds.physik.rwth-aachen.de --# NOTE: You may need to add -DBSD44 if you have password problems + # NOTE: You may need to add -DBSD44 if you have password problems -# FLAGSM = -DFreeBSD -DFAST_SHARE_MODES -# LIBSM = -lcrypt -+FLAGSM = -DFreeBSD -DFAST_SHARE_MODES ++FLAGSM = -DFreeBSD -DFAST_SHARE_MODES -DKANJI=\"cap\" +LIBSM = -lcrypt # This is for NEXTSTEP Release 2.X -@@ -687,8 +686,8 @@ +@@ -684,8 +684,8 @@ install: installbin installman installscripts installbin: all @@ -69,14 +68,3 @@ installscripts: @$(SHELL) $(srcdir)installscripts.sh $(INSTALLPERMS) $(BINDIR) $(SCRIPTS) -@@ -707,8 +706,8 @@ - @$(SHELL) $(srcdir)uninstallman.sh $(MANDIR) $(srcdir) - - uninstallbin: -- @$(SHELL) $(srcdir)uninstallbin.sh $(INSTALLPERMS) $(BASEDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(SPROGS) -- @$(SHELL) $(srcdir)uninstallbin.sh $(INSTALLPERMS) $(BASEDIR) $(BINDIR) $(LIBDIR) $(VARDIR) $(PROGS) -+ @$(SHELL) $(srcdir)uninstallbin.sh $(INSTALLPERMS) $(BASEDIR) $(SBINDIR) $(ETCDIR) $(LOGDIR) $(SPROGS) -+ @$(SHELL) $(srcdir)uninstallbin.sh $(INSTALLPERMS) $(BASEDIR) $(BINDIR) $(ETCDIR) $(LOGDIR) $(PROGS) - - uninstallscripts: - @$(SHELL) $(srcdir)uninstallscripts.sh $(INSTALLPERMS) $(BINDIR) $(SCRIPTS) -- cgit v1.2.3