From 713121346059feadedf61b0e161173657ade6ea8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 10 Nov 2001 09:53:23 +0000 Subject: config.in features patch from Giulio Orsero with some minor edits from me --- procps/config.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'procps') 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' bool 'free' CONFIG_FREE bool 'kill' CONFIG_KILL bool 'killall' CONFIG_KILLALL -if [ "$CONFIG_KILLALL" = "y" ] ; then - define_bool CONFIG_KILL y +if [ "$CONFIG_KILLALL" = "y" -a "$CONFIG_KILL" = "n" ] ; then + define_bool CONFIG_KILL y fi bool 'pidof' CONFIG_PIDOF bool 'ps' CONFIG_PS +if [ "$CONFIG_PS" = "y" ] ; then + bool ' Use devps instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH +fi bool 'renice' CONFIG_RENICE bool 'uptime' CONFIG_UPTIME endmenu -- cgit v1.2.3