diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-04-09 18:07:58 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-04-09 18:07:58 +0000 |
commit | fb57029f63d02bb83697d3ec76efac55d7c009e9 (patch) | |
tree | e06f4e121feeeb00e52eb21ace04fa673887d166 /net/samba/files/patch-aa | |
parent | Add new -P argument to pkg_create. (diff) |
Upgrade to 1.9.11, add package files.
Notes
Notes:
svn path=/head/; revision=1318
Diffstat (limited to 'net/samba/files/patch-aa')
-rw-r--r-- | net/samba/files/patch-aa | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net/samba/files/patch-aa b/net/samba/files/patch-aa index 3749d505bea0..e3dbcd87d146 100644 --- a/net/samba/files/patch-aa +++ b/net/samba/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.orig Fri Mar 24 01:37:51 1995 ---- Makefile Mon Mar 27 15:19:10 1995 +*** Makefile.orig Sun Apr 9 10:14:25 1995 +--- Makefile Sun Apr 9 17:57:32 1995 *************** *** 5,16 **** @@ -28,7 +28,7 @@ LIBDIR = $(BASEDIR)/lib VARDIR = $(BASEDIR)/var *************** -*** 217,224 **** +*** 222,229 **** # This is for FreeBSD # contributed by kuku@acds.physik.rwth-aachen.de # NOTE: You may need to add -DBSD44 if you have password problems @@ -37,7 +37,7 @@ # This is for NeXT. Note that versions of NeXT less than 3.2 ---- 217,224 ---- +--- 222,229 ---- # This is for FreeBSD # contributed by kuku@acds.physik.rwth-aachen.de # NOTE: You may need to add -DBSD44 if you have password problems @@ -47,7 +47,7 @@ # This is for NeXT. Note that versions of NeXT less than 3.2 *************** -*** 440,446 **** +*** 449,455 **** chmod u=rw,go=r $(MANDIR)/man7/samba.7 chmod u=rw,go=r $(MANDIR)/man8/smbd.8 chmod u=rw,go=r $(MANDIR)/man8/nmbd.8 @@ -55,7 +55,7 @@ source: tar cfv sources.tar COPYING README THANKS \ Makefile announce bugs change-log \ ---- 440,455 ---- +--- 449,465 ---- chmod u=rw,go=r $(MANDIR)/man7/samba.7 chmod u=rw,go=r $(MANDIR)/man8/smbd.8 chmod u=rw,go=r $(MANDIR)/man8/nmbd.8 @@ -66,6 +66,7 @@ ! @gzip -9f $(MANDIR)/man1/testparm.1 ! @gzip -9f $(MANDIR)/man1/testprns.1 ! @gzip -9f $(MANDIR)/man5/smb.conf.5 +! @gzip -9f $(MANDIR)/man7/samba.7 ! @gzip -9f $(MANDIR)/man8/smbd.8 ! @gzip -9f $(MANDIR)/man8/nmbd.8 ! |