diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-27 14:25:33 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-27 14:25:33 +0000 |
commit | 562b7f61bb3da63466658e68249fa20973b883f0 (patch) | |
tree | fd0cff9651bdffc5f4b8ed5bfaee7b2671384e08 /procps/Config.in | |
parent | cb78d58c497f1d6093499a4bb46b6c43855bc065 (diff) | |
download | busybox-w32-562b7f61bb3da63466658e68249fa20973b883f0.tar.gz busybox-w32-562b7f61bb3da63466658e68249fa20973b883f0.tar.bz2 busybox-w32-562b7f61bb3da63466658e68249fa20973b883f0.zip |
kill: implement killall5. OpenWRT folks will be happy.
However their code was unusably different from sysvinit original.
Run tested.
git-svn-id: svn://busybox.net/trunk/busybox@16235 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |