diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-06 21:44:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-06 21:44:50 +0000 |
commit | 110ee23515a0a8c81c5eca7dad06e552b1b89660 (patch) | |
tree | b9ccdca7d1093c3861e82594b55bb61adcf1e266 /procps | |
parent | 27e99c8f092a1d07297b3b06bada7af428cc5e95 (diff) | |
download | busybox-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.in | 21 |
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 | ||
14 | if CONFIG_KILLALL | 14 | config CONFIG_KILL |
15 | config CONFIG_KILL | 15 | default y |
16 | default y | 16 | |
17 | comment "kill (forced enabled for killall)" | 17 | config CONFIG_KILL |
18 | endif | 18 | bool "kill" |
19 | if !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. | ||
25 | endif | ||
26 | 23 | ||
27 | config CONFIG_KILLALL | 24 | config CONFIG_KILLALL |
28 | bool "killall" | 25 | bool "killall" |