diff options
author | Tito Ragusa | 2011-08-09 04:37:50 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-08-09 04:37:50 +0200 |
commit | 7926b989491e3968f229c7d7675afe130947bf31 (patch) | |
tree | 2e2ff5be36e030cfa1659dff5d46342fa20307e4 /coreutils/Config.src | |
parent | d91b13806f41131fe55ece6027fa762f5da016ac (diff) | |
download | busybox-7926b989491e3968f229c7d7675afe130947bf31.zip busybox-7926b989491e3968f229c7d7675afe130947bf31.tar.gz |
users: new applet.
Signed-off-by: Tito Ragusa <farmatito@tiscali.it>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 9aa04e9..65165d7 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src @@ -725,13 +725,6 @@ config FEATURE_WC_LARGE help Use "unsigned long long" in wc for counter variables. -config WHO - bool "who" - default y - depends on FEATURE_UTMP - help - who is used to show who is logged on. - config WHOAMI bool "whoami" default y |