From d91b13806f41131fe55ece6027fa762f5da016ac Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Tue, 9 Aug 2011 04:09:17 +0200 Subject: uptime: add config flag to allow displaying the number of users currently logged on Signed-off-by: Pere Orga Signed-off-by: Denys Vlasenko --- procps/Config.src | 9 --------- 1 file changed, 9 deletions(-) (limited to 'procps/Config.src') diff --git a/procps/Config.src b/procps/Config.src index 3e7df0b..570b026 100644 --- a/procps/Config.src +++ b/procps/Config.src @@ -194,15 +194,6 @@ config FEATURE_SHOW_THREADS Enables the ps -T option, showing of threads in pstree, and 'h' command in top. -config UPTIME - bool "uptime" - default y - select PLATFORM_LINUX #sysinfo() - help - uptime gives a one line display of the current time, how long - the system has been running, how many users are currently logged - on, and the system load averages for the past 1, 5, and 15 minutes. - config WATCH bool "watch" default y -- cgit v1.1