mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
commiting fix from:
0000353: [PATCH] start-stop-daemon -q is not quiet
This commit is contained in:
parent
b3b756dab3
commit
bb9a0ad95a
1 changed files with 3 additions and 0 deletions
|
|
@ -242,6 +242,9 @@ start_stop_daemon_main(int argc, char **argv)
|
|||
bb_show_usage();
|
||||
}
|
||||
|
||||
if (opt & SSD_OPT_QUIET)
|
||||
quiet = 1;
|
||||
|
||||
if (signame) {
|
||||
signal_nr = bb_xgetlarg(signame, 10, 0, NSIG);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue