[BusyBox-cvs] svn commit: trunk/busybox/debianutils

pgf at busybox.net pgf at busybox.net
Fri Jul 29 14:58:10 UTC 2005


Author: pgf
Date: 2005-07-29 08:58:09 -0600 (Fri, 29 Jul 2005)
New Revision: 10957

Log:
commiting fix from:
     0000353: [PATCH] start-stop-daemon -q is not quiet


Modified:
   trunk/busybox/debianutils/start_stop_daemon.c


Changeset:
Modified: trunk/busybox/debianutils/start_stop_daemon.c
===================================================================
--- trunk/busybox/debianutils/start_stop_daemon.c	2005-07-29 04:58:15 UTC (rev 10956)
+++ trunk/busybox/debianutils/start_stop_daemon.c	2005-07-29 14:58:09 UTC (rev 10957)
@@ -242,6 +242,9 @@
 		bb_show_usage();
 	}
 
+	if (opt & SSD_OPT_QUIET)
+		quiet = 1;
+
 	if (signame) {
 		signal_nr = bb_xgetlarg(signame, 10, 0, NSIG);
 	}




More information about the busybox-cvs mailing list