summaryrefslogtreecommitdiff
path: root/net/samba/files
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-10-23 14:13:33 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-10-23 14:13:33 +0000
commit456e09aa8cdf4d599dd06b7e281b6bf2adf8993f (patch)
tree9b514339c799c9fff50f4c7a7e2af281514f75a5 /net/samba/files
parentactivate japanese/x0212font, JIS X0212-1990 supplementary fonts for X11. (diff)
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
Notes
Notes: svn path=/head/; revision=8336
Diffstat (limited to 'net/samba/files')
-rw-r--r--net/samba/files/patch-aa26
1 files changed, 7 insertions, 19 deletions
diff --git a/net/samba/files/patch-aa b/net/samba/files/patch-aa
index 63286ab75b50..6271a125aff1 100644
--- a/net/samba/files/patch-aa
+++ b/net/samba/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)