diff options
author | Mike Frysinger | 2005-07-01 01:04:32 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-07-01 01:04:32 +0000 |
commit | 8deb686d2e07ab812887a1a43a00ce5035c2b590 (patch) | |
tree | 132237fb52e98c8d72570d7ee2728f3e299383de /coreutils | |
parent | a87bb6080925177b0c09416a6b4e213bd9450042 (diff) | |
download | busybox-8deb686d2e07ab812887a1a43a00ce5035c2b590.zip busybox-8deb686d2e07ab812887a1a43a00ce5035c2b590.tar.gz |
Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options
Diffstat (limited to 'coreutils')
-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 6d19909..79081e5 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -597,7 +597,7 @@ config CONFIG_WC config CONFIG_WHO bool "who" default n - select CONFIG_FEATURE_U_W_TMP + select CONFIG_FEATURE_UTMP help who is used to show who is logged on. |