diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-07-30 17:24:47 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-07-30 17:24:47 +0000 |
commit | a9268c988bbddb5cf73690f152d04713983f2dee (patch) | |
tree | 5dc7bdc6d5ffd211abc3e76e8b43f2e53fba3e10 /coreutils | |
parent | 592fad0d8930ed2d4cfb9cb6323432caacaafe69 (diff) | |
download | busybox-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 'coreutils')
-rw-r--r-- | coreutils/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 5c0180a5e..c995e55ff 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -538,6 +538,7 @@ config CONFIG_WC | |||
538 | config CONFIG_WHO | 538 | config CONFIG_WHO |
539 | bool "who" | 539 | bool "who" |
540 | default n | 540 | default n |
541 | select CONFIG_FEATURE_U_W_TMP | ||
541 | help | 542 | help |
542 | who is used to show who is logged on. | 543 | who is used to show who is logged on. |
543 | 544 | ||