Changes of Revision 16
[-] [+] | Changed | corosync.spec |
[-] [+] | Changed | corosync.init ^ |
@@ -67,7 +67,7 @@ } do_force=0 -do_forever=1 +do_forever=0 stop() { echo -n $"Stopping Corosync Cluster Engine ($prog): " @@ -150,3 +150,4 @@ echo $"Usage: $0 {start|stop|restart|try-restart|condrestart|reload|force-reload|force-stop|status}" exit 2 esac +rc_exit |