diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-29 22:26:01 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-29 22:26:01 +0000 |
commit | 72e1c89d971aa2e37abf705c6a01f002deac09b8 (patch) | |
tree | 6edb25e260701f9f6e49769e4bb7e31e7e2e6063 /procps/Config.in | |
parent | 2450e4ba44707a64920ea6c9276930a1210e76cc (diff) | |
download | busybox-w32-72e1c89d971aa2e37abf705c6a01f002deac09b8.tar.gz busybox-w32-72e1c89d971aa2e37abf705c6a01f002deac09b8.tar.bz2 busybox-w32-72e1c89d971aa2e37abf705c6a01f002deac09b8.zip |
pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>
Diffstat (limited to 'procps/Config.in')
-rw-r--r-- | procps/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/procps/Config.in b/procps/Config.in index 2bd3cd245..7e7ee7922 100644 --- a/procps/Config.in +++ b/procps/Config.in | |||
@@ -49,6 +49,12 @@ config NMETER | |||
49 | help | 49 | help |
50 | Prints selected system stats continuously, one line per update. | 50 | Prints selected system stats continuously, one line per update. |
51 | 51 | ||
52 | config PGREP | ||
53 | bool "pgrep" | ||
54 | default n | ||
55 | help | ||
56 | Look for processes by name. | ||
57 | |||
52 | config PIDOF | 58 | config PIDOF |
53 | bool "pidof" | 59 | bool "pidof" |
54 | default n | 60 | default n |
@@ -72,6 +78,12 @@ config FEATURE_PIDOF_OMIT | |||
72 | The special pid %PPID can be used to name the parent process | 78 | The special pid %PPID can be used to name the parent process |
73 | of the pidof, in other words the calling shell or shell script. | 79 | of the pidof, in other words the calling shell or shell script. |
74 | 80 | ||
81 | config PKILL | ||
82 | bool "pkill" | ||
83 | default n | ||
84 | help | ||
85 | Send signals to processes by name. | ||
86 | |||
75 | config PS | 87 | config PS |
76 | bool "ps" | 88 | bool "ps" |
77 | default n | 89 | default n |