Repair typo which caused init script not to start corosync daemon.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1649 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2008-08-15 07:10:01 +00:00
parent ec4a06ec3c
commit 4042395616

View File

@ -5,7 +5,7 @@
PATH=/bin:/usr/bin:/sbin:/usr/sbin
test -f /usr/sbin/corosycn | exit 0
test -f /usr/sbin/corosync | exit 0
case "$1" in
start)