From 0be69b16932c5adafb0c031515d9d4d9cb982aae Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 13 Aug 2005 01:22:03 +0000 Subject: More backports: 10957 start-stop-daemon -q 10981, 10982, 10994, 10996, 10997: dumpkmap cleanup 10983: top tweak 11000 traceroute --- busybox/debianutils/start_stop_daemon.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'busybox/debianutils/start_stop_daemon.c') diff --git a/busybox/debianutils/start_stop_daemon.c b/busybox/debianutils/start_stop_daemon.c index 1eaf0d7..03f4916 100644 --- a/busybox/debianutils/start_stop_daemon.c +++ b/busybox/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.1