Explorar o código

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
Steven Dake %!s(int64=17) %!d(string=hai) anos
pai
achega
4042395616
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      init/mvlcge

+ 1 - 1
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)