rpms/qemu/F-12 ksmtuned.init,1.2,1.3

Mark McLoughlin markmc at fedoraproject.org
Tue Oct 6 13:33:26 UTC 2009


Author: markmc

Update of /cvs/pkgs/rpms/qemu/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14693

Modified Files:
	ksmtuned.init 
Log Message:
Fix syntax error in ksmtuned.init


Index: ksmtuned.init
===================================================================
RCS file: /cvs/pkgs/rpms/qemu/F-12/ksmtuned.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- ksmtuned.init	6 Oct 2009 13:26:58 -0000	1.2
+++ ksmtuned.init	6 Oct 2009 13:33:26 -0000	1.3
@@ -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




More information about the scm-commits mailing list