Ralf S. Engelschall 21 vuotta sitten
vanhempi
commit
b490de0598
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      heartbeat/heartbeat.spec
  2. 1 1
      heartbeat/rc.heartbeat

+ 1 - 1
heartbeat/heartbeat.spec

@@ -34,7 +34,7 @@ Class:        EVAL
 Group:        System
 License:      GPL
 Version:      1.2.3
-Release:      20040923
+Release:      20040928
 
 #   list of sources
 Source0:      http://www.linux-ha.org/download/heartbeat-%{version}.tar.gz

+ 1 - 1
heartbeat/rc.heartbeat

@@ -15,7 +15,7 @@
 %status -u @l_susr@ -o
     heartbeat_usable="no"
     heartbeat_active="no"
-    @l_prefix@/sbin/hearbeat -s >/dev/null 2>&1 && heartbeat_active="yes"
+    @l_prefix@/sbin/heartbeat -s >/dev/null 2>&1 && heartbeat_active="yes"
     echo "heartbeat_enable=\"$heartbeat_enable\""
     echo "heartbeat_usable=\"$heartbeat_usable\""
     echo "heartbeat_active=\"$heartbeat_active\""