diff options
author | Lauri Kasanen | 2010-12-08 19:00:26 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-12-13 14:45:08 +0100 |
commit | da6fb7e33100e5135e3e898dd157e6c729b34d7c (patch) | |
tree | 22ac4ce35057f9728fb2c593bcc9570297d1a870 /procps/Config.src | |
parent | 0d1d0f6e54e1980462c9d07c8b94e56cf13cbf08 (diff) | |
download | busybox-da6fb7e33100e5135e3e898dd157e6c729b34d7c.zip busybox-da6fb7e33100e5135e3e898dd157e6c729b34d7c.tar.gz |
procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text edit
Signed-off-by: Lauri Kasanen <curaga@operamail.com>
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'procps/Config.src')
-rw-r--r-- | procps/Config.src | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/procps/Config.src b/procps/Config.src index 1ff6dfd..338d75c 100644 --- a/procps/Config.src +++ b/procps/Config.src @@ -192,11 +192,12 @@ config FEATURE_TOPMEM Enable 's' in top (gives lots of memory info). config FEATURE_SHOW_THREADS - bool "Support for showing threads in ps/top" + bool "Support for showing threads in ps/pstree/top" default y - depends on PS || TOP + depends on PS || TOP || PSTREE help - Enables ps -T option and 'h' command in top + Enables the ps -T option, showing of threads in pstree, + and 'h' command in top. config UPTIME bool "uptime" |