diff options
Diffstat (limited to 'debianutils/start_stop_daemon.c')
-rw-r--r-- | debianutils/start_stop_daemon.c | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 3625ffee8..4a9e0653e 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -64,22 +64,19 @@ Misc options: | |||
64 | //config: termination of system-level processes, usually the ones | 64 | //config: termination of system-level processes, usually the ones |
65 | //config: started during the startup of the system. | 65 | //config: started during the startup of the system. |
66 | //config: | 66 | //config: |
67 | //config:config FEATURE_START_STOP_DAEMON_LONG_OPTIONS | ||
68 | //config: bool "Enable long options" | ||
69 | //config: default y | ||
70 | //config: depends on START_STOP_DAEMON && LONG_OPTS | ||
71 | //config: | ||
67 | //config:config FEATURE_START_STOP_DAEMON_FANCY | 72 | //config:config FEATURE_START_STOP_DAEMON_FANCY |
68 | //config: bool "Support additional arguments" | 73 | //config: bool "Support additional arguments" |
69 | //config: default y | 74 | //config: default y |
70 | //config: depends on START_STOP_DAEMON | 75 | //config: depends on START_STOP_DAEMON |
71 | //config: help | 76 | //config: help |
72 | //config: Support additional arguments. | ||
73 | //config: -o|--oknodo ignored since we exit with 0 anyway | 77 | //config: -o|--oknodo ignored since we exit with 0 anyway |
74 | //config: -v|--verbose | 78 | //config: -v|--verbose |
75 | //config: -N|--nicelevel N | 79 | //config: -N|--nicelevel N |
76 | //config: | ||
77 | //config:config FEATURE_START_STOP_DAEMON_LONG_OPTIONS | ||
78 | //config: bool "Enable long options" | ||
79 | //config: default y | ||
80 | //config: depends on START_STOP_DAEMON && LONG_OPTS | ||
81 | //config: help | ||
82 | //config: Support long options for the start-stop-daemon applet. | ||
83 | 80 | ||
84 | //applet:IF_START_STOP_DAEMON(APPLET_ODDNAME(start-stop-daemon, start_stop_daemon, BB_DIR_SBIN, BB_SUID_DROP, start_stop_daemon)) | 81 | //applet:IF_START_STOP_DAEMON(APPLET_ODDNAME(start-stop-daemon, start_stop_daemon, BB_DIR_SBIN, BB_SUID_DROP, start_stop_daemon)) |
85 | 82 | ||