diff options
author | Bernhard Reutner-Fischer | 2005-10-04 14:31:18 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2005-10-04 14:31:18 +0000 |
commit | 6d6a40cc4b77b8d3930dddce228ab3b37e6bf29e (patch) | |
tree | 64536b70ee179abd59e0c2813309b3dd4ee85e7a /procps/Config.in | |
parent | 5209e18ba72fa6718fdda7d91788f9b11e352c60 (diff) | |
download | busybox-6d6a40cc4b77b8d3930dddce228ab3b37e6bf29e.zip busybox-6d6a40cc4b77b8d3930dddce228ab3b37e6bf29e.tar.gz |
- add option 'w' to ps (wide output, optional feature defaults to off).
- move to ENABLE_ and use shorter boilerplate.
sizes without selinux-support:
text data bss dec hex filename
356 0 0 356 164 procps/ps.o.with-w
300 0 0 300 12c procps/ps.o.no-w
302 0 0 302 12e procps/ps.o.oorig
Diffstat (limited to 'procps/Config.in')
-rw-r--r-- | procps/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/procps/Config.in b/procps/Config.in index 9ab32e6..d17bbcd 100644 --- a/procps/Config.in +++ b/procps/Config.in @@ -43,6 +43,15 @@ config CONFIG_PS help ps gives a snapshot of the current processes. +config CONFIG_FEATURE_PS_WIDE + bool " Enable argument for wide output (-w)" + default n + depends on CONFIG_PS + help + Support argument 'w' for wide output. + If given once, 132 chars are printed and given more than + one, the length is unlimited. + config CONFIG_RENICE bool "renice" default n |