aboutsummaryrefslogtreecommitdiff
path: root/debianutils/Config.in
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-11 17:24:01 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-11 17:24:01 +0000
commit5e80b79bca7db561f24d51f5156a5a3dc1b8ce47 (patch)
treec6a139d9c660cf03cfa98721788c602500fe3ede /debianutils/Config.in
parent6b61d2c978017eeaaffb7f97b4cb3ea92f6ec72c (diff)
downloadbusybox-w32-5e80b79bca7db561f24d51f5156a5a3dc1b8ce47.tar.gz
busybox-w32-5e80b79bca7db561f24d51f5156a5a3dc1b8ce47.tar.bz2
busybox-w32-5e80b79bca7db561f24d51f5156a5a3dc1b8ce47.zip
- add fancy mode to start-stop-daemon to support --oknodo and --verbose
git-svn-id: svn://busybox.net/trunk/busybox@15360 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
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
64config 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
64config CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS 73config CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
65 bool "Enable long options" 74 bool "Enable long options"
66 default n 75 default n