summaryrefslogtreecommitdiffstats
path: root/rules/killproc.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/killproc.in')
-rw-r--r--rules/killproc.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/rules/killproc.in b/rules/killproc.in
new file mode 100644
index 000000000..d70a08ddf
--- /dev/null
+++ b/rules/killproc.in
@@ -0,0 +1,28 @@
+## SECTION=shell_and_console
+
+menuconfig KILLPROC
+ bool
+ prompt "killproc utils"
+ help
+ Utilities for starting and stopping of programs.
+
+config KILLPROC_CHECKPROC
+ bool
+ depends on KILLPROC
+ prompt "checkproc"
+
+config KILLPROC_KILLPROC
+ bool
+ depends on KILLPROC
+ prompt "killproc"
+
+config KILLPROC_STARTPROC
+ bool
+ depends on KILLPROC
+ prompt "startproc"
+
+config KILLPROC_USLEEP
+ bool
+ depends on KILLPROC
+ prompt "usleep"
+