ps: add support for -l for !DESKTOP

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2011-09-26 02:56:08 +02:00
parent d184a728cf
commit 8d9ac30572
2 changed files with 94 additions and 19 deletions

View File

@@ -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