]> git.ipfire.org Git - thirdparty/shadow.git/commit
Disable utmpx permanently
authorAlejandro Colomar <alx@kernel.org>
Wed, 21 Dec 2022 17:33:40 +0000 (18:33 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Thu, 22 Dec 2022 09:31:43 +0000 (10:31 +0100)
commit170b76cdd1a9b3879817b961a402a5c952cbe169
treec257b6f5fada6827d3d8dacd1b356a6f5dafe6a0
parent2da7607ea6880999b7a6d3d38a1338b5ab0ddd8a
Disable utmpx permanently

On Linux, utmpx and utmp are identical.  However, documentation (manual
pages) covers utmp, and just says about utmpx that it's identical to
utmp.  It seems that it's preferred to use utmp, at least by reading the
manual pages.

Moreover, we were defaulting to utmp (utmpx had to be explicitly enabled
at configuration time).  So, it seems safer to just make it permanent,
which should not affect default builds.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
configure.ac
lib/prototypes.h
libmisc/failure.c
libmisc/failure.h
libmisc/limits.c
libmisc/user_busy.c
libmisc/utmp.c
src/login.c
src/logoutd.c