summaryrefslogtreecommitdiff
path: root/net/samba3/files/patch-ac
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-12 11:02:48 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-12 11:02:48 +0000
commit2b5485c781e6c6ad4d9e70281fef8d0ebfed87b8 (patch)
treef3bc5d2b8ae900278598634a4eaa0d5b95dd5519 /net/samba3/files/patch-ac
parentUpdate 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/samba3/files/patch-ac')
-rw-r--r--net/samba3/files/patch-ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/samba3/files/patch-ac b/net/samba3/files/patch-ac
index dd53b8418c1e..0527cb5a32f8 100644
--- a/net/samba3/files/patch-ac
+++ b/net/samba3/files/patch-ac
@@ -1,6 +1,6 @@
---- lib/pidfile.c.orig Fri Jan 15 22:40:47 1999
-+++ lib/pidfile.c Fri Jan 15 22:41:05 1999
-@@ -37,7 +37,7 @@
+--- lib/pidfile.c.orig Fri Feb 2 00:38:09 2001
++++ lib/pidfile.c Fri Feb 2 00:38:26 2001
+@@ -39,7 +39,7 @@
unsigned ret;
pstring pidFile;
@@ -9,9 +9,9 @@
fd = sys_open(pidFile, O_NONBLOCK | O_RDWR, 0644);
if (fd == -1) {
-@@ -78,7 +78,7 @@
+@@ -80,7 +80,7 @@
pstring pidFile;
- int pid;
+ pid_t pid;
- slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_lockdir(), name);
+ slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_piddir(), name);