diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-27 14:25:33 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-27 14:25:33 +0000 |
commit | 0bb628f4f3fbd0fc0a96d257830fcbbb14db2bd1 (patch) | |
tree | fd0cff9651bdffc5f4b8ed5bfaee7b2671384e08 /procps/Config.in | |
parent | a77947f5bb9ef38b0f1fc6a2a5b500fa6ade601e (diff) | |
download | busybox-w32-0bb628f4f3fbd0fc0a96d257830fcbbb14db2bd1.tar.gz busybox-w32-0bb628f4f3fbd0fc0a96d257830fcbbb14db2bd1.tar.bz2 busybox-w32-0bb628f4f3fbd0fc0a96d257830fcbbb14db2bd1.zip |
kill: implement killall5. OpenWRT folks will be happy.
However their code was unusably different from sysvinit original.
Run tested.
Diffstat (limited to 'procps/Config.in')
-rw-r--r-- | procps/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/procps/Config.in b/procps/Config.in index 2183fab9a..2d4ad3bd4 100644 --- a/procps/Config.in +++ b/procps/Config.in | |||
@@ -38,6 +38,11 @@ config CONFIG_KILLALL | |||
38 | specified commands. If no signal name is specified, SIGTERM is | 38 | specified commands. If no signal name is specified, SIGTERM is |
39 | sent. | 39 | sent. |
40 | 40 | ||
41 | config CONFIG_KILLALL5 | ||
42 | bool "killall5" | ||
43 | default n | ||
44 | depends on CONFIG_KILL | ||
45 | |||
41 | config CONFIG_PIDOF | 46 | config CONFIG_PIDOF |
42 | bool "pidof" | 47 | bool "pidof" |
43 | default n | 48 | default n |