Use proper LOCKDIR name

This commit is contained in:
Andrey A. Chernov 1994-12-19 01:07:59 +00:00
parent 322c962402
commit 67e5e9bc63
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5169

View File

@ -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