diff options
author | Bernhard Reutner-Fischer | 2006-06-11 17:24:01 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-06-11 17:24:01 +0000 |
commit | a926f8e50a3420648b526a85fcdefe66c9a7926f (patch) | |
tree | c6a139d9c660cf03cfa98721788c602500fe3ede /debianutils/Config.in | |
parent | 081b1ac6b4cce2896e5a874c96b9b02e0edbcf8e (diff) | |
download | busybox-a926f8e50a3420648b526a85fcdefe66c9a7926f.zip busybox-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.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in index 6262724..3dd2ef6 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 |