diff options
author | Pere Orga <gotrunks@gmail.com> | 2011-08-09 04:09:17 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-09 04:09:17 +0200 |
commit | d91b13806f41131fe55ece6027fa762f5da016ac (patch) | |
tree | 58f56e6a1c0f31794bb1e435f1d4fba2456156ee /procps/Config.src | |
parent | 7485086f1eca78998d6cd31b0ce18a8a8ea3fc35 (diff) | |
download | busybox-w32-d91b13806f41131fe55ece6027fa762f5da016ac.tar.gz busybox-w32-d91b13806f41131fe55ece6027fa762f5da016ac.tar.bz2 busybox-w32-d91b13806f41131fe55ece6027fa762f5da016ac.zip |
uptime: add config flag to allow displaying the number of users currently logged on
Signed-off-by: Pere Orga <gotrunks@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps/Config.src')
-rw-r--r-- | procps/Config.src | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/procps/Config.src b/procps/Config.src index 3e7df0b81..570b026da 100644 --- a/procps/Config.src +++ b/procps/Config.src | |||
@@ -194,15 +194,6 @@ config FEATURE_SHOW_THREADS | |||
194 | Enables the ps -T option, showing of threads in pstree, | 194 | Enables the ps -T option, showing of threads in pstree, |
195 | and 'h' command in top. | 195 | and 'h' command in top. |
196 | 196 | ||
197 | config UPTIME | ||
198 | bool "uptime" | ||
199 | default y | ||
200 | select PLATFORM_LINUX #sysinfo() | ||
201 | help | ||
202 | uptime gives a one line display of the current time, how long | ||
203 | the system has been running, how many users are currently logged | ||
204 | on, and the system load averages for the past 1, 5, and 15 minutes. | ||
205 | |||
206 | config WATCH | 197 | config WATCH |
207 | bool "watch" | 198 | bool "watch" |
208 | default y | 199 | default y |