# HG changeset patch
# User Philippe Alcoy <phili...@alcoy.co.uk>
# Date 1340192740 -25200
# Node ID 8cf404c39c7e0c63ec4a86b967d8a3e5de60977b
# Parent  f6ce2daddba6234643f715c46b28d5562940eb1f
Fix chkconfig heartbeat on flag missing in ha_propagate

diff -r f6ce2daddba6 -r 8cf404c39c7e heartbeat/lib/ha_propagate.in
--- a/heartbeat/lib/ha_propagate.in     Wed Jun 20 17:42:24 2012 +0700
+++ b/heartbeat/lib/ha_propagate.in     Wed Jun 20 18:45:40 2012 +0700
@@ -39,5 +39,5 @@
     print "Propagating HA configuration files to node " + v + "."
     res = os.system("scp " + cfgfile + " " + authfile + " root@" + v + ":" + 
cfgdir)
     print "Setting HA startup configuration on node " + v + "."
-    res = os.system("ssh " + " root@" + v + " chkconfig `chkconfig heartbeat`")
+    res = os.system("ssh " + " root@" + v + " chkconfig `chkconfig heartbeat 
on`")
 
_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to