Fix syntax error in ksmtuned.init

This commit is contained in:
Mark McLoughlin 2009-10-06 13:33:22 +00:00
parent 39f14e1c08
commit b4ed0c8fed

View File

@ -78,6 +78,7 @@ case "$1" in
retune)
kill -SIGUSR1 `cat ${pidfile}`
RETVAL=$?
;;
*)
echo $"Usage: $prog {start|stop|restart|condrestart|status|retune|help}"
RETVAL=3