aboutsummaryrefslogtreecommitdiff
path: root/procps/Config.in
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-04 14:31:18 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-04 14:31:18 +0000
commitbb1271b931682187f67c011e7fa3ba7ca8b63a2f (patch)
tree64536b70ee179abd59e0c2813309b3dd4ee85e7a /procps/Config.in
parentc5b1daa9f4c28c97395f04ec944985f7b011b186 (diff)
downloadbusybox-w32-bb1271b931682187f67c011e7fa3ba7ca8b63a2f.tar.gz
busybox-w32-bb1271b931682187f67c011e7fa3ba7ca8b63a2f.tar.bz2
busybox-w32-bb1271b931682187f67c011e7fa3ba7ca8b63a2f.zip
- 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 git-svn-id: svn://busybox.net/trunk/busybox@11751 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'procps/Config.in')
-rw-r--r--procps/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/procps/Config.in b/procps/Config.in
index 9ab32e6d0..d17bbcde7 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -43,6 +43,15 @@ config CONFIG_PS
43 help 43 help
44 ps gives a snapshot of the current processes. 44 ps gives a snapshot of the current processes.
45 45
46config CONFIG_FEATURE_PS_WIDE
47 bool " Enable argument for wide output (-w)"
48 default n
49 depends on CONFIG_PS
50 help
51 Support argument 'w' for wide output.
52 If given once, 132 chars are printed and given more than
53 one, the length is unlimited.
54
46config CONFIG_RENICE 55config CONFIG_RENICE
47 bool "renice" 56 bool "renice"
48 default n 57 default n