From 4042395616ff1f91fa5f21e21f81e369c9be07ef Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Fri, 15 Aug 2008 07:10:01 +0000 Subject: [PATCH] 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 --- init/mvlcge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/mvlcge b/init/mvlcge index 6845072a..059720a2 100755 --- a/init/mvlcge +++ b/init/mvlcge @@ -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)