aboutsummaryrefslogtreecommitdiff
path: root/debianutils/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-11 17:24:01 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-11 17:24:01 +0000
commita926f8e50a3420648b526a85fcdefe66c9a7926f (patch)
treec6a139d9c660cf03cfa98721788c602500fe3ede /debianutils/Config.in
parent081b1ac6b4cce2896e5a874c96b9b02e0edbcf8e (diff)
downloadbusybox-a926f8e50a3420648b526a85fcdefe66c9a7926f.tar.gz
- add fancy mode to start-stop-daemon to support --oknodo and --verbose
Diffstat (limited to 'debianutils/Config.in')
-rw-r--r--debianutils/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in
index 626272474..3dd2ef61b 100644
--- a/debianutils/Config.in
+++ b/debianutils/Config.in
@@ -61,6 +61,15 @@ config CONFIG_START_STOP_DAEMON
termination of system-level processes, usually the ones
started during the startup of the system.
+config CONFIG_FEATURE_START_STOP_DAEMON_FANCY
+ bool "Support additional arguments"
+ default y
+ depends on CONFIG_START_STOP_DAEMON
+ help
+ Support additional arguments.
+ -o|--oknodo ignored since we exit with 0 anyway
+ -v|--verbose
+
config CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
bool "Enable long options"
default n