projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
813d88c
)
Add killall (noted by Giulio Orsero).
author
Matt Kraai
<kraai@debian.org>
Mon, 29 Oct 2001 15:22:42 +0000
(15:22 -0000)
committer
Matt Kraai
<kraai@debian.org>
Mon, 29 Oct 2001 15:22:42 +0000
(15:22 -0000)
procps/config.in
patch
|
blob
|
history
diff --git
a/procps/config.in
b/procps/config.in
index 0c9c35c063196cdd00ad2adda74d057305f2ce1f..c1ef61e8fb7188a4365a519940b5f867dd51f363 100644
(file)
--- a/
procps/config.in
+++ b/
procps/config.in
@@
-8,10
+8,13
@@
comment 'Process Utilities'
bool 'free' CONFIG_FREE
bool 'kill' CONFIG_KILL
+bool 'killall' CONFIG_KILLALL
+if [ "$CONFIG_KILLALL" = "y" ] ; then
+ define_bool CONFIG_KILL y
+fi
bool 'pidof' CONFIG_PIDOF
bool 'ps' CONFIG_PS
bool 'renice' CONFIG_RENICE
bool 'uptime' CONFIG_UPTIME
-
endmenu