diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-06-11 17:24:01 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-06-11 17:24:01 +0000 |
commit | a926f8e50a3420648b526a85fcdefe66c9a7926f (patch) | |
tree | c6a139d9c660cf03cfa98721788c602500fe3ede /debianutils/Config.in | |
parent | 081b1ac6b4cce2896e5a874c96b9b02e0edbcf8e (diff) | |
download | busybox-w32-a926f8e50a3420648b526a85fcdefe66c9a7926f.tar.gz busybox-w32-a926f8e50a3420648b526a85fcdefe66c9a7926f.tar.bz2 busybox-w32-a926f8e50a3420648b526a85fcdefe66c9a7926f.zip |
- 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 626272474..3dd2ef61b 100644 --- a/debianutils/Config.in +++ b/debianutils/Config.in | |||
@@ -61,6 +61,15 @@ config CONFIG_START_STOP_DAEMON | |||
61 | termination of system-level processes, usually the ones | 61 | termination of system-level processes, usually the ones |
62 | started during the startup of the system. | 62 | started during the startup of the system. |
63 | 63 | ||
64 | config CONFIG_FEATURE_START_STOP_DAEMON_FANCY | ||
65 | bool "Support additional arguments" | ||
66 | default y | ||
67 | depends on CONFIG_START_STOP_DAEMON | ||
68 | help | ||
69 | Support additional arguments. | ||
70 | -o|--oknodo ignored since we exit with 0 anyway | ||
71 | -v|--verbose | ||
72 | |||
64 | config CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS | 73 | config CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS |
65 | bool "Enable long options" | 74 | bool "Enable long options" |
66 | default n | 75 | default n |