From bb9a0ad95ac7997bef6f15c19cf3e433c88cf61a Mon Sep 17 00:00:00 2001 From: Paul Fox Date: Fri, 29 Jul 2005 14:58:09 +0000 Subject: commiting fix from: 0000353: [PATCH] start-stop-daemon -q is not quiet --- debianutils/start_stop_daemon.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 1eaf0d78c..03f49165c 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c @@ -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); } -- cgit v1.2.3