diff options
author | ache <ache@FreeBSD.org> | 1994-12-19 01:07:59 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-19 01:07:59 +0000 |
commit | 3acc3a13d77f37bbbfe680774f8d2e4c70296ee8 (patch) | |
tree | 2860d153890ab49d692f4cb45bcfcae14b936843 | |
parent | 141b6b09cc4bf8e5b8131b70c982a00da505bacb (diff) | |
download | FreeBSD-src-3acc3a13d77f37bbbfe680774f8d2e4c70296ee8.zip FreeBSD-src-3acc3a13d77f37bbbfe680774f8d2e4c70296ee8.tar.gz |
Use proper LOCKDIR name
-rw-r--r-- | usr.bin/tip/pathnames.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tip/pathnames.h b/usr.bin/tip/pathnames.h index b58251d..fae04cb 100644 --- a/usr.bin/tip/pathnames.h +++ b/usr.bin/tip/pathnames.h @@ -36,7 +36,7 @@ #include <paths.h> #define _PATH_ACULOG "/var/log/aculog" -#define _PATH_LOCKDIRNAME "/var/spool/uucp/LCK..%s" +#define _PATH_LOCKDIRNAME "/var/spool/lock/LCK..%s" #ifdef notdef #define _PATH_LOCKDIRNAME "/var/spool/uucp/LCK/LCK..%s" #endif |