[fedora-virt-maint] rpms/qemu/devel ksmtuned.init,1.2,1.3

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


Author: markmc

Update of /cvs/pkgs/rpms/qemu/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14647

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


Index: ksmtuned.init
===================================================================
RCS file: /cvs/pkgs/rpms/qemu/devel/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:24 -0000	1.2
+++ ksmtuned.init	6 Oct 2009 13:33:22 -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 Fedora-virt-maint mailing list