diff options
Diffstat (limited to 'debianutils/start_stop_daemon.c')
-rw-r--r-- | debianutils/start_stop_daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 0681a085c..fd9f60ce9 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -254,7 +254,7 @@ int start_stop_daemon_main(int argc, char **argv) | |||
254 | #endif | 254 | #endif |
255 | 255 | ||
256 | /* Check required one context option was given */ | 256 | /* Check required one context option was given */ |
257 | opt_complementary = "K:S:?:K--S:S--K:m?p:K?xpun:S?xa"; | 257 | opt_complementary = "K:S:K--S:S--K:m?p:K?xpun:S?xa"; |
258 | opt = getopt32(argc, argv, "KSbqma:n:s:u:c:x:p:" | 258 | opt = getopt32(argc, argv, "KSbqma:n:s:u:c:x:p:" |
259 | USE_FEATURE_START_STOP_DAEMON_FANCY("ovN:"), | 259 | USE_FEATURE_START_STOP_DAEMON_FANCY("ovN:"), |
260 | // USE_FEATURE_START_STOP_DAEMON_FANCY("ovN:R:"), | 260 | // USE_FEATURE_START_STOP_DAEMON_FANCY("ovN:R:"), |