aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-12-06 21:44:50 +0000
committerEric Andersen <andersen@codepoet.org>2002-12-06 21:44:50 +0000
commit110ee23515a0a8c81c5eca7dad06e552b1b89660 (patch)
treeb9ccdca7d1093c3861e82594b55bb61adcf1e266 /procps
parent27e99c8f092a1d07297b3b06bada7af428cc5e95 (diff)
downloadbusybox-w32-110ee23515a0a8c81c5eca7dad06e552b1b89660.tar.gz
busybox-w32-110ee23515a0a8c81c5eca7dad06e552b1b89660.tar.bz2
busybox-w32-110ee23515a0a8c81c5eca7dad06e552b1b89660.zip
Do the dumb/obvious thing for the killall->kill dependancy
Diffstat (limited to 'procps')
-rw-r--r--procps/Config.in21
1 files changed, 9 insertions, 12 deletions
diff --git a/procps/Config.in b/procps/Config.in
index dc8c2f22e..666364385 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -11,18 +11,15 @@ config CONFIG_FREE
11 help 11 help
12 Please submit a patch to add help text for this item. 12 Please submit a patch to add help text for this item.
13 13
14if CONFIG_KILLALL 14config CONFIG_KILL
15 config CONFIG_KILL 15 default y
16 default y 16
17 comment "kill (forced enabled for killall)" 17config CONFIG_KILL
18endif 18 bool "kill"
19if !CONFIG_KILLALL 19 default n
20 config CONFIG_KILL 20 depends on CONFIG_KILL
21 bool "kill" 21 help
22 default n 22 Please submit a patch to add help text for this item.
23 help
24 Please submit a patch to add help text for this item.
25endif
26 23
27config CONFIG_KILLALL 24config CONFIG_KILLALL
28 bool "killall" 25 bool "killall"