diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 01:04:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 01:04:32 +0000 |
commit | 8deb686d2e07ab812887a1a43a00ce5035c2b590 (patch) | |
tree | 132237fb52e98c8d72570d7ee2728f3e299383de /coreutils/Config.in | |
parent | a87bb6080925177b0c09416a6b4e213bd9450042 (diff) | |
download | busybox-w32-8deb686d2e07ab812887a1a43a00ce5035c2b590.tar.gz busybox-w32-8deb686d2e07ab812887a1a43a00ce5035c2b590.tar.bz2 busybox-w32-8deb686d2e07ab812887a1a43a00ce5035c2b590.zip |
Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 6d19909a8..79081e5f7 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -597,7 +597,7 @@ config CONFIG_WC | |||
597 | config CONFIG_WHO | 597 | config CONFIG_WHO |
598 | bool "who" | 598 | bool "who" |
599 | default n | 599 | default n |
600 | select CONFIG_FEATURE_U_W_TMP | 600 | select CONFIG_FEATURE_UTMP |
601 | help | 601 | help |
602 | who is used to show who is logged on. | 602 | who is used to show who is logged on. |
603 | 603 | ||