kill: implement killall5. OpenWRT folks will be happy.

However their code was unusably different from sysvinit original.
Run tested.
This commit is contained in:
Denis Vlasenko
2006-09-27 14:25:33 +00:00
parent a77947f5bb
commit 0bb628f4f3
4 changed files with 65 additions and 32 deletions

View File

@@ -38,6 +38,11 @@ config CONFIG_KILLALL
specified commands. If no signal name is specified, SIGTERM is
sent.
config CONFIG_KILLALL5
bool "killall5"
default n
depends on CONFIG_KILL
config CONFIG_PIDOF
bool "pidof"
default n