diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-12 11:02:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-12 11:02:48 +0000 |
commit | 2b5485c781e6c6ad4d9e70281fef8d0ebfed87b8 (patch) | |
tree | f3bc5d2b8ae900278598634a4eaa0d5b95dd5519 /net/samba-devel/files/patch-bb | |
parent | Update to 0.7.2, which now supports GD 1.8.4 with FreeType 2.x support. (diff) |
Add samba-devel --> ports/net/samba-devel, repocopied from ports/net/samba.
This port represents unstable, development Samba branch.
PR: 24808
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Notes
Notes:
svn path=/head/; revision=38249
Diffstat (limited to 'net/samba-devel/files/patch-bb')
-rw-r--r-- | net/samba-devel/files/patch-bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/samba-devel/files/patch-bb b/net/samba-devel/files/patch-bb new file mode 100644 index 000000000000..0f70c69c78f4 --- /dev/null +++ b/net/samba-devel/files/patch-bb @@ -0,0 +1,10 @@ +--- include/proto.h.orig Fri Feb 2 15:34:50 2001 ++++ include/proto.h Fri Feb 2 16:13:03 2001 +@@ -1420,6 +1420,7 @@ + char *lp_addprinter_cmd(void); + char *lp_deleteprinter_cmd(void); + char *lp_lockdir(void); ++char *lp_piddir(void); + char *lp_utmpdir(void); + char *lp_wtmpdir(void); + char *lp_utmp_hostname(void); |