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 f24168e33..7633cb057 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -252,7 +252,7 @@ int start_stop_daemon_main(int argc, char **argv) | |||
252 | 252 | ||
253 | /* Check required one context option was given */ | 253 | /* Check required one context option was given */ |
254 | opt_complementary = "K:S:K--S:S--K:m?p:K?xpun:S?xa"; | 254 | opt_complementary = "K:S:K--S:S--K:m?p:K?xpun:S?xa"; |
255 | opt = getopt32(argc, argv, "KSbqma:n:s:u:c:x:p:" | 255 | opt = getopt32(argv, "KSbqma:n:s:u:c:x:p:" |
256 | USE_FEATURE_START_STOP_DAEMON_FANCY("ovN:"), | 256 | USE_FEATURE_START_STOP_DAEMON_FANCY("ovN:"), |
257 | // USE_FEATURE_START_STOP_DAEMON_FANCY("ovN:R:"), | 257 | // USE_FEATURE_START_STOP_DAEMON_FANCY("ovN:R:"), |
258 | &startas, &cmdname, &signame, &userspec, &chuid, &execname, &pidfile | 258 | &startas, &cmdname, &signame, &userspec, &chuid, &execname, &pidfile |