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 2ace0cc8b..aa1b3c7a0 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -238,7 +238,7 @@ start_stop_daemon_main(int argc, char **argv) | |||
238 | opt = bb_getopt_ulflags(argc, argv, "KSbqma:n:s:u:x:p:", | 238 | opt = bb_getopt_ulflags(argc, argv, "KSbqma:n:s:u:x:p:", |
239 | &startas, &cmdname, &signame, &userspec, &execname, &pidfile); | 239 | &startas, &cmdname, &signame, &userspec, &execname, &pidfile); |
240 | 240 | ||
241 | 241 | ||
242 | quiet = opt & SSD_OPT_QUIET; | 242 | quiet = opt & SSD_OPT_QUIET; |
243 | 243 | ||
244 | if (signame) { | 244 | if (signame) { |