aboutsummaryrefslogtreecommitdiff
path: root/procps/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-09-26 02:56:08 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-09-26 02:56:08 +0200
commit8d9ac30572818bbe78ef08d6580308e013972df3 (patch)
tree1c16ed11a20c3a6306bb53e8282e7ac162e07dbd /procps/Config.src
parentd184a728cf5c270f1653f60bc0b6b83290127121 (diff)
downloadbusybox-8d9ac30572818bbe78ef08d6580308e013972df3.tar.gz
ps: add support for -l for !DESKTOP
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps/Config.src')
-rw-r--r--procps/Config.src10
1 files changed, 9 insertions, 1 deletions
diff --git a/procps/Config.src b/procps/Config.src
index 570b026da..5cd47c84f 100644
--- a/procps/Config.src
+++ b/procps/Config.src
@@ -90,12 +90,20 @@ config PS
config FEATURE_PS_WIDE
bool "Enable wide output option (-w)"
default y
- depends on PS
+ depends on PS && !DESKTOP
help
Support argument 'w' for wide output.
If given once, 132 chars are printed, and if given more
than once, the length is unlimited.
+config FEATURE_PS_LONG
+ bool "Enable long output option (-l)"
+ default y
+ depends on PS && !DESKTOP
+ help
+ Support argument 'l' for long output.
+ Adds fields PPID, RSS, START, TIME & TTY
+
config FEATURE_PS_TIME
bool "Enable time and elapsed time output"
default y