diff options
author | Denys Vlasenko | 2010-04-06 18:48:32 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-04-06 18:48:32 +0200 |
commit | 6dbbac5d4fbe1bd84f5dae4a271b4934a366d199 (patch) | |
tree | 9a5c182c33b1d125e45b10b2c12f027c721c6b9f /coreutils/Config.in | |
parent | f6916dbed4233ef0e202d1b299cb5a2e9287a696 (diff) | |
download | busybox-6dbbac5d4fbe1bd84f5dae4a271b4934a366d199.zip busybox-6dbbac5d4fbe1bd84f5dae4a271b4934a366d199.tar.gz |
Move utmp/wtmp support to "General configuration" section
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 297f465..ead632a 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -825,7 +825,7 @@ config FEATURE_WC_LARGE config WHO bool "who" default n - select FEATURE_UTMP + depends on FEATURE_UTMP help who is used to show who is logged on. |