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

glen glen at pld-linux.org
Mon Feb 9 20:59:27 CET 2009


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#-} \


More information about the pld-cvs-commit mailing list