aboutsummaryrefslogtreecommitdiff
path: root/procps/Config.in
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-06 15:37:02 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-06 15:37:02 +0000
commit40235c8154a53a749956b46b44b760e6ae0e15fa (patch)
treea74704314c1dcffbd472702e265966678a986a7c /procps/Config.in
parent18c5544ad99fde3af59ac8b4ca690cf27c952d2b (diff)
downloadbusybox-w32-40235c8154a53a749956b46b44b760e6ae0e15fa.tar.gz
busybox-w32-40235c8154a53a749956b46b44b760e6ae0e15fa.tar.bz2
busybox-w32-40235c8154a53a749956b46b44b760e6ae0e15fa.zip
- pidof(8): make -s optional and optional -o; closes #168
first cut. git-svn-id: svn://busybox.net/trunk/busybox@11793 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'procps/Config.in')
-rw-r--r--procps/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/procps/Config.in b/procps/Config.in
index d17bbcde7..b4832db6b 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -37,6 +37,22 @@ config CONFIG_PIDOF
37 Pidof finds the process id's (pids) of the named programs. It prints 37 Pidof finds the process id's (pids) of the named programs. It prints
38 those id's on the standard output. 38 those id's on the standard output.
39 39
40config CONFIG_FEATURE_PIDOF_SINGLE
41 bool " Enable argument for single shot (-s)"
42 default n
43 depends on CONFIG_PIDOF
44 help
45 Support argument '-s' for returning only the first pid found.
46
47config CONFIG_FEATURE_PIDOF_OMIT
48 bool " Enable argument for omitting pids (-o)"
49 default n
50 depends on CONFIG_PIDOF
51 help
52 Support argument '-o' for omitting the given pids in output.
53 The special pid %PPID can be used to name the parent process
54 of the pidof, in other words the calling shell or shell script.
55
40config CONFIG_PS 56config CONFIG_PS
41 bool "ps" 57 bool "ps"
42 default n 58 default n