diff options
author | stb <stb@FreeBSD.org> | 1998-12-29 08:40:37 +0800 |
---|---|---|
committer | stb <stb@FreeBSD.org> | 1998-12-29 08:40:37 +0800 |
commit | 8f49db4ccaefeb65ec6678a6046967bed2889f2c (patch) | |
tree | e1d225285f0c76bc81524668dc8cdc540f9faa9c /net/netatalk-asun | |
parent | 0a4a0e0119b9792ed88882d89886a133512d9a22 (diff) | |
download | freebsd-ports-graphics-8f49db4ccaefeb65ec6678a6046967bed2889f2c.tar.gz freebsd-ports-graphics-8f49db4ccaefeb65ec6678a6046967bed2889f2c.tar.zst freebsd-ports-graphics-8f49db4ccaefeb65ec6678a6046967bed2889f2c.zip |
pid files where put in the wrong place.
PR: ports/9169
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 4dd5d0124cf..163b81fb365 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" |