aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-07-30 17:24:47 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-07-30 17:24:47 +0000
commita9268c988bbddb5cf73690f152d04713983f2dee (patch)
tree5dc7bdc6d5ffd211abc3e76e8b43f2e53fba3e10 /miscutils
parent592fad0d8930ed2d4cfb9cb6323432caacaafe69 (diff)
downloadbusybox-w32-a9268c988bbddb5cf73690f152d04713983f2dee.tar.gz
busybox-w32-a9268c988bbddb5cf73690f152d04713983f2dee.tar.bz2
busybox-w32-a9268c988bbddb5cf73690f152d04713983f2dee.zip
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 git-svn-id: svn://busybox.net/trunk/busybox@9047 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
83config CONFIG_LAST 83config CONFIG_LAST
84 bool "last" 84 bool "last"
85 default n 85 default n
86 select CONFIG_FEATURE_U_W_TMP
86 help 87 help
87 'last' displays a list of the last users that logged into the system. 88 'last' displays a list of the last users that logged into the system.
88 89