summaryrefslogtreecommitdiff
path: root/net/samba-devel/files/patch-ac
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-08-09 14:43:34 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-08-09 14:43:34 +0000
commit552d116623e6c23f1a4476acc9ac988c6b0a015f (patch)
tree8e54d96b9dce7b134c7c371cf1c535bc6d9e879e /net/samba-devel/files/patch-ac
parentFix typo in pkg-comment, and update to version 1.2.3. (diff)
Update to Alpha18
Notes
Notes: svn path=/head/; revision=64279
Diffstat (limited to 'net/samba-devel/files/patch-ac')
-rw-r--r--net/samba-devel/files/patch-ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/samba-devel/files/patch-ac b/net/samba-devel/files/patch-ac
deleted file mode 100644
index 8fbd726ae435..000000000000
--- a/net/samba-devel/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/pidfile.c.orig Sat Oct 13 22:09:24 2001
-+++ lib/pidfile.c Tue Oct 16 17:17:51 2001
-@@ -39,7 +39,7 @@
- unsigned ret;
- pstring pidFile;
-
-- slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_lockdir(), name);
-+ slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_piddir(), name);
-
- fd = sys_open(pidFile, O_NONBLOCK | O_RDONLY, 0644);
- if (fd == -1) {
-@@ -80,7 +80,7 @@
- pstring pidFile;
- 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);
-
- pid = pidfile_pid(name);
- if (pid != 0) {