Author: glen
Date: Mon Feb  9 20:59:26 2009
New Revision: 10115

Modified:
   rc-scripts/trunk/rc.d/init.d/functions
Log:
- typo

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 Feb  9 20:59:26 2009
@@ -675,7 +675,7 @@
        # experimental start-stop-daemon based killing.
        # works only with pidfile
        if is_no "$RC_LOGGING" && [ "$pidfile" ]; then
-               local sig=${killevel:--TERM}
+               local sig=${killlevel:--TERM}
                /sbin/start-stop-daemon --stop \
                        --retry ${sig#-}/10/${sig#-}/60/KILL/10 \
                        -s ${sig#-} \
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to