From: Eric Andersen Date: Fri, 6 Dec 2002 21:44:50 +0000 (-0000) Subject: Do the dumb/obvious thing for the killall->kill dependancy X-Git-Tag: 1_00_pre1~343 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=110ee23515a0a8c81c5eca7dad06e552b1b89660;p=oweals%2Fbusybox.git Do the dumb/obvious thing for the killall->kill dependancy --- 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 help Please submit a patch to add help text for this item. -if CONFIG_KILLALL - config CONFIG_KILL - default y - comment "kill (forced enabled for killall)" -endif -if !CONFIG_KILLALL - config CONFIG_KILL - bool "kill" - default n - help - Please submit a patch to add help text for this item. -endif +config CONFIG_KILL + default y + +config CONFIG_KILL + bool "kill" + default n + depends on CONFIG_KILL + help + Please submit a patch to add help text for this item. config CONFIG_KILLALL bool "killall"