From 5d0557b4077191b5ae6ccebc3d96b59af8fdbf88 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Oct 06 2009 13:33:26 +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