aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-10 09:53:23 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-10 09:53:23 +0000
commit713121346059feadedf61b0e161173657ade6ea8 (patch)
tree8c4ceeaf57eb9fd07ee8b19173ef7b023ac2de43 /procps
parentdf23302cb5d2c8cdc570b63e084a3f780da6e1f1 (diff)
downloadbusybox-w32-713121346059feadedf61b0e161173657ade6ea8.tar.gz
busybox-w32-713121346059feadedf61b0e161173657ade6ea8.tar.bz2
busybox-w32-713121346059feadedf61b0e161173657ade6ea8.zip
config.in features patch from Giulio Orsero <giulioo@pobox.com>
with some minor edits from me
Diffstat (limited to 'procps')
-rw-r--r--procps/config.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/procps/config.in b/procps/config.in
index c1ef61e8f..94d76b606 100644
--- a/procps/config.in
+++ b/procps/config.in
@@ -9,11 +9,14 @@ comment 'Process Utilities'
9bool 'free' CONFIG_FREE 9bool 'free' CONFIG_FREE
10bool 'kill' CONFIG_KILL 10bool 'kill' CONFIG_KILL
11bool 'killall' CONFIG_KILLALL 11bool 'killall' CONFIG_KILLALL
12if [ "$CONFIG_KILLALL" = "y" ] ; then 12if [ "$CONFIG_KILLALL" = "y" -a "$CONFIG_KILL" = "n" ] ; then
13 define_bool CONFIG_KILL y 13 define_bool CONFIG_KILL y
14fi 14fi
15bool 'pidof' CONFIG_PIDOF 15bool 'pidof' CONFIG_PIDOF
16bool 'ps' CONFIG_PS 16bool 'ps' CONFIG_PS
17if [ "$CONFIG_PS" = "y" ] ; then
18 bool ' Use devps instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH
19fi
17bool 'renice' CONFIG_RENICE 20bool 'renice' CONFIG_RENICE
18bool 'uptime' CONFIG_UPTIME 21bool 'uptime' CONFIG_UPTIME
19endmenu 22endmenu