SVN: rc-scripts/trunk/rc.d/init.d/functions

glen glen at pld-linux.org
Mon May 17 20:08:56 CEST 2010


Author: glen
Date: Mon May 17 20:08:55 2010
New Revision: 11471

Modified:
   rc-scripts/trunk/rc.d/init.d/functions
Log:
- ok to exit silently in ssd mode of killproc, no need to noise about missing pidfile

Modified: rc-scripts/trunk/rc.d/init.d/functions
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/functions	(original)
+++ rc-scripts/trunk/rc.d/init.d/functions	Mon May 17 20:08:55 2010
@@ -700,7 +700,7 @@
 	# works only with pidfile
 	if is_no "$RC_LOGGING" && [ "$pidfile" ]; then
 		local sig=${killlevel:--TERM}
-		/sbin/start-stop-daemon --stop \
+		/sbin/start-stop-daemon -q --stop \
 			--retry ${sig#-}/10/${sig#-}/60/KILL/10 \
 			-s ${sig#-} \
 			${pidfile:+--pidfile $pidfile}


More information about the pld-cvs-commit mailing list