diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1998-12-29 00:40:37 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1998-12-29 00:40:37 +0000 |
commit | d4d8650a5d702d97740801ea8e4756c18a8767bc (patch) | |
tree | 0b6418596e9cc9efc4c74d8df199f3f26128a5e8 /net/netatalk-asun | |
parent | 9e9d3b0ee3305a0eeabf1122c4435196330b470c (diff) | |
download | ports-d4d8650a5d702d97740801ea8e4756c18a8767bc.tar.gz ports-d4d8650a5d702d97740801ea8e4756c18a8767bc.zip |
Notes
Diffstat (limited to 'net/netatalk-asun')
-rw-r--r-- | net/netatalk-asun/files/patch-ah | 16 |
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" |