diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 10:33:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 10:33:31 +0000 |
commit | 9256a27d4d1d9be2556ed0fdfc452810c64eff57 (patch) | |
tree | 6be5b70959f077995ad7b9b1225143a9ef2a240f /src/include | |
parent | 9dd0495c9e71f03163a7d5d53e1782a2821a3c6e (diff) | |
download | utmps-9256a27d4d1d9be2556ed0fdfc452810c64eff57.tar.xz |
Mention procps-ng as example of UTMPX_FILE user (suggested by firasuke)
Diffstat (limited to 'src/include')
-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 8f6aaa6..dd68945 100644 --- a/src/include/utmps/utmpx.h +++ b/src/include/utmps/utmpx.h @@ -67,7 +67,7 @@ extern void logwtmp (char const *, char const *, char const *) ; #define UT_NAMESIZE UTMPS_UT_NAMESIZE #define UT_HOSTSIZE UTMPS_UT_HOSTSIZE -/* Unused, but some packages require this macro to be present */ +/* Unused, but some packages (ex: procps-ng) require this macro to be present */ #define UTMPX_FILE "/run/utmps/utmp" /* More old GNU/crap compatibility */ |