commit | aad29b37a7345207c94e8ef9f0bac943d43dbe12 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Jul 30 17:24:47 2004 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Jul 30 17:24:47 2004 +0000 |
tree | 5dc7bdc6d5ffd211abc3e76e8b43f2e53fba3e10 | |
parent | 15b588559bf75ebe15bc6ff29f3d591c4f35c0e8 [diff] [blame] |
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
diff --git a/coreutils/Config.in b/coreutils/Config.in index 5c0180a..c995e55 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in
@@ -538,6 +538,7 @@ config CONFIG_WHO bool "who" default n + select CONFIG_FEATURE_U_W_TMP help who is used to show who is logged on.