From b4ed0c8fede6cfed0bf77f5653a10201b03e755b Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Oct 06 2009 13:33:22 +0000 Subject: Fix syntax error in ksmtuned.init --- diff --git a/ksmtuned.init b/ksmtuned.init index 46332f8..baf50ff 100644 --- a/ksmtuned.init +++ b/ksmtuned.init @@ -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