--- config.h.orig Thu Feb 26 01:57:02 1998 +++ config.h Thu Feb 26 01:58:23 1998 @@ -34,7 +34,7 @@ #endif /* UTMP_FILE */ #ifndef WTMP_FILE -#define WTMP_FILE "/var/adm/wtmp" /* FSSTND compliant wtmp file */ +#define WTMP_FILE "/var/log/wtmp" /* FSSTND compliant wtmp file */ #endif /* WTMP_FILE */ #if 0 @@ -46,8 +46,8 @@ #define ASCIIPID /* PID stored in ASCII */ #define BOTHPID /* ... or perhaps not */ -#define UUCPID 11 /* uid of UUCP account */ -#define LOCK "/usr/spool/uucp/LCK..%s" /* lock file name */ +#define UUCPID 10 /* uid of UUCP account */ +#define LOCK "/var/lock/LCK..%s" /* lock file name */ --- config.h-slackware.orig Thu Feb 26 01:58:35 1998 +++ config.h-slackware Thu Feb 26 01:58:38 1998 @@ -34,7 +34,7 @@ #endif /* UTMP_FILE */ #ifndef WTMP_FILE -#define WTMP_FILE "/var/adm/wtmp" /* FSSTND compliant wtmp file */ +#define WTMP_FILE "/var/log/wtmp" /* FSSTND compliant wtmp file */ #endif /* WTMP_FILE */ #if 0 @@ -46,8 +46,8 @@ #define ASCIIPID /* PID stored in ASCII */ #define BOTHPID /* ... or perhaps not */ -#define UUCPID 11 /* uid of UUCP account */ -#define LOCK "/usr/spool/uucp/LCK..%s" /* lock file name */ +#define UUCPID 10 /* uid of UUCP account */ +#define LOCK "/var/lock/LCK..%s" /* lock file name */