Fixup getty, login, etc so the utmp and wtmp are updated, allowing

the 'who' and 'last' applets among other things to work as expected.
 -Erik
This commit is contained in:
Eric Andersen
2004-07-30 17:24:47 +00:00
parent 15b588559b
commit aad29b37a7
5 changed files with 23 additions and 5 deletions

View File

@@ -83,6 +83,7 @@ config CONFIG_DEVFSD_VERBOSE
config CONFIG_LAST
bool "last"
default n
select CONFIG_FEATURE_U_W_TMP
help
'last' displays a list of the last users that logged into the system.