Fix syntax error in ksmtuned.init
This commit is contained in:
parent
7cc048b3d4
commit
5d0557b407
@ -78,6 +78,7 @@ case "$1" in
|
|||||||
retune)
|
retune)
|
||||||
kill -SIGUSR1 `cat ${pidfile}`
|
kill -SIGUSR1 `cat ${pidfile}`
|
||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo $"Usage: $prog {start|stop|restart|condrestart|status|retune|help}"
|
echo $"Usage: $prog {start|stop|restart|condrestart|status|retune|help}"
|
||||||
RETVAL=3
|
RETVAL=3
|
||||||
|
Loading…
Reference in New Issue
Block a user