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}
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to