pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>

This commit is contained in:
Denis Vlasenko
2007-09-29 22:26:01 +00:00
parent 2450e4ba44
commit 72e1c89d97
9 changed files with 226 additions and 28 deletions

View File

@@ -49,6 +49,12 @@ config NMETER
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 @@ config FEATURE_PIDOF_OMIT
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