aboutsummaryrefslogtreecommitdiff
path: root/debianutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'debianutils/Config.in')
-rw-r--r--debianutils/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in
index 146a24e61..626272474 100644
--- a/debianutils/Config.in
+++ b/debianutils/Config.in
@@ -46,6 +46,13 @@ config CONFIG_RUN_PARTS
46 Unless you know that run-parts is used in some of your scripts 46 Unless you know that run-parts is used in some of your scripts
47 you can safely say N here. 47 you can safely say N here.
48 48
49config CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS
50 bool "Enable long options"
51 default n
52 depends on CONFIG_RUN_PARTS && CONFIG_GETOPT_LONG
53 help
54 Support long options for the run-parts applet.
55
49config CONFIG_START_STOP_DAEMON 56config CONFIG_START_STOP_DAEMON
50 bool "start-stop-daemon" 57 bool "start-stop-daemon"
51 default y 58 default y
@@ -54,6 +61,13 @@ config CONFIG_START_STOP_DAEMON
54 termination of system-level processes, usually the ones 61 termination of system-level processes, usually the ones
55 started during the startup of the system. 62 started during the startup of the system.
56 63
64config CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
65 bool "Enable long options"
66 default n
67 depends on CONFIG_START_STOP_DAEMON && CONFIG_GETOPT_LONG
68 help
69 Support long options for the start-stop-daemon applet.
70
57config CONFIG_WHICH 71config CONFIG_WHICH
58 bool "which" 72 bool "which"
59 default n 73 default n