aboutsummaryrefslogtreecommitdiff
path: root/debianutils/Config.in
diff options
context:
space:
mode:
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