summaryrefslogtreecommitdiff
path: root/net/netatalk-asun/files/patch-ah
diff options
context:
space:
mode:
authorStefan Bethke <stb@FreeBSD.org>1998-12-29 00:40:37 +0000
committerStefan Bethke <stb@FreeBSD.org>1998-12-29 00:40:37 +0000
commitd4d8650a5d702d97740801ea8e4756c18a8767bc (patch)
tree0b6418596e9cc9efc4c74d8df199f3f26128a5e8 /net/netatalk-asun/files/patch-ah
parentInclude bsd.port.pre.mk before using OSVERSION. (diff)
pid files where put in the wrong place.
PR: ports/9169
Notes
Notes: svn path=/head/; revision=15697
Diffstat (limited to '')
-rw-r--r--net/netatalk-asun/files/patch-ah16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/netatalk-asun/files/patch-ah b/net/netatalk-asun/files/patch-ah
index 4dd5d0124cf9..163b81fb3655 100644
--- a/net/netatalk-asun/files/patch-ah
+++ b/net/netatalk-asun/files/patch-ah
@@ -1,14 +1,14 @@
--- include/atalk/paths.h.orig Fri Aug 15 07:25:58 1997
-+++ include/atalk/paths.h Tue Nov 24 13:14:14 1998
-@@ -17,7 +17,7 @@
++++ include/atalk/paths.h Tue Dec 29 01:26:34 1998
+@@ -12,7 +12,7 @@
+ /* lock file path. this should be re-organized a bit. */
+ #ifndef _PATH_LOCKDIR
+ #ifdef BSD4_4
+-#define _PATH_LOCKDIR "/var/spool/lock/"
++#define _PATH_LOCKDIR "/var/run/"
+ #else
#ifdef linux
#define _PATH_LOCKDIR "/var/lock/"
- #else
--#define _PATH_LOCKDIR "/var/spool/locks/"
-+#define _PATH_LOCKDIR "/var/run/"
- #endif /* linux */
- #endif /* BSD4_4 */
- #endif
@@ -42,18 +42,18 @@
*/
#define _PATH_ATALKDEBUG "/tmp/atalkd.debug"