diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-19 09:42:18 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-19 09:42:18 +0000 |
commit | b9781c6faa797fd68ea2807345c02fa12c3e0efb (patch) | |
tree | 26a15c001edad3d377d576c9d609a6da078efdd9 /src | |
parent | 720c171458e5019169595a1c45a88f815157e997 (diff) | |
download | utmps-b9781c6faa797fd68ea2807345c02fa12c3e0efb.tar.xz |
Change WTMPX_FILE to something more common
Diffstat (limited to 'src')
-rw-r--r-- | src/include/utmps/utmpx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utmps/utmpx.h b/src/include/utmps/utmpx.h index f0414fb..0af2fac 100644 --- a/src/include/utmps/utmpx.h +++ b/src/include/utmps/utmpx.h @@ -69,7 +69,7 @@ extern void logwtmp (char const *, char const *, char const *) ; /* Unused, but some packages (ex: procps-ng) require these macros to be present */ #define UTMPX_FILE "/run/utmps/utmp" -#define WTMPX_FILE "/run/utmps/wtmp" +#define WTMPX_FILE "/var/log/wtmp" /* More old GNU/crap compatibility */ #define ut_name ut_user |