You should probably send this to the openais list :-) <br><br><div class="gmail_quote">On Wed, Jun 24, 2009 at 9:04 AM, Florian Haas <span dir="ltr"><<a href="mailto:florian.haas@linbit.com">florian.haas@linbit.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"># HG changeset patch<br>
# User Florian Haas <<a href="mailto:florian.haas@linbit.com">florian.haas@linbit.com</a>><br>
# Date 1245827047 -7200<br>
# Branch whitetank<br>
# Node ID a60db27fe11b9bfd399b847e33c5f49de3d227bc<br>
# Parent  e65f52176ba646c9d93c3b76e9e52df24f18d6dc<br>
Whitetank: fix chkconfig entries for openais init script<br>
<br>
The openais init script uses chkconfig entries which may cause OpenAIS<br>
to start too early or stop too late in the system startup/shutdown<br>
sequence. SUSE Linux doesn't care about this as it ignores chkconfig<br>
entries for the most part, but Red Hat systems (and potentially<br>
others) get bitten by this. This patch puts openais in the same spot<br>
in the sequence as the original heartbeat init script.<br>
<br>
diff -r e65f52176ba6 -r a60db27fe11b init/generic<br>
--- a/init/generic      Thu Feb 12 11:29:20 2009 +0100<br>
+++ b/init/generic      Wed Jun 24 09:04:07 2009 +0200<br>
@@ -5,7 +5,7 @@<br>
 # Author:       Andrew Beekhof <<a href="mailto:abeekhof@suse.de">abeekhof@suse.de</a>><br>
 # License:      Revised BSD<br>
 #<br>
-# chkconfig: - 20 20<br>
+# chkconfig: - 75 05<br>
 # processname:  aisexec<br>
 # description:  OpenAIS daemon<br>
 #<br>
diff -r e65f52176ba6 -r a60db27fe11b init/redhat<br>
--- a/init/redhat       Thu Feb 12 11:29:20 2009 +0100<br>
+++ b/init/redhat       Wed Jun 24 09:04:07 2009 +0200<br>
@@ -2,7 +2,7 @@<br>
 #<br>
 # OpenAIS daemon init script for Red Hat Linux and compatibles.<br>
 #<br>
-# chkconfig: - 20 20<br>
+# chkconfig: - 75 05<br>
 # processname:  aisexec<br>
 # pidfile:      /var/run/aisexec.pid<br>
 # description:  OpenAIS daemon<br>
<br>
_______________________________________________<br>
Pacemaker mailing list<br>
<a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
</blockquote></div><br>