aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-07-30 17:24:47 +0000
committerEric Andersen <andersen@codepoet.org>2004-07-30 17:24:47 +0000
commitaad29b37a7345207c94e8ef9f0bac943d43dbe12 (patch)
tree5dc7bdc6d5ffd211abc3e76e8b43f2e53fba3e10 /miscutils
parent15b588559bf75ebe15bc6ff29f3d591c4f35c0e8 (diff)
downloadbusybox-aad29b37a7345207c94e8ef9f0bac943d43dbe12.tar.gz
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
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index ded26b3a8..3c92c4674 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -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.