Fix syntax error in ksmtuned.init

This commit is contained in:
Mark McLoughlin 2009-10-06 13:33:26 +00:00
parent 7cc048b3d4
commit 5d0557b407
1 changed files with 1 additions and 0 deletions

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