Преглед изворни кода

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 пре 17 година
родитељ
комит
4042395616
1 измењених фајлова са 1 додато и 1 уклоњено
  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)