pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>
diff --git a/procps/Config.in b/procps/Config.in
index 2bd3cd2..7e7ee79 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -49,6 +49,12 @@
help
Prints selected system stats continuously, one line per update.
+config PGREP
+ bool "pgrep"
+ default n
+ help
+ Look for processes by name.
+
config PIDOF
bool "pidof"
default n
@@ -72,6 +78,12 @@
The special pid %PPID can be used to name the parent process
of the pidof, in other words the calling shell or shell script.
+config PKILL
+ bool "pkill"
+ default n
+ help
+ Send signals to processes by name.
+
config PS
bool "ps"
default n