[packages/corosync] corosync is not connected to openais any more

jajcus jajcus at pld-linux.org
Thu Oct 25 14:13:28 CEST 2012


commit da4722f89e44886f37979bffa361546e2856a59f
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Thu Oct 25 14:13:09 2012 +0200

    corosync is not connected to openais any more

 corosync-notifyd.init | 4 ----
 corosync.init         | 4 ----
 2 files changed, 8 deletions(-)
---
diff --git a/corosync-notifyd.init b/corosync-notifyd.init
index ff08b48..c897d80 100644
--- a/corosync-notifyd.init
+++ b/corosync-notifyd.init
@@ -31,10 +31,6 @@ start() {
 		msg_already_running "Corosync Notifier"
 		return
 	fi
-	if [ -f /var/lock/subsys/openais ]; then
-		msg_already_running "Corosync Notifier (as openais)"
-		return
-	fi
 	if grep -q nocluster /proc/cmdline ; then
 		show "Disabled on boot"
 		RETVAL=1
diff --git a/corosync.init b/corosync.init
index 109f8db..6138523 100644
--- a/corosync.init
+++ b/corosync.init
@@ -27,10 +27,6 @@ start() {
 		msg_already_running "Corosync Cluster Engine"
 		return
 	fi
-	if [ -f /var/lock/subsys/openais ]; then
-		msg_already_running "Corosync Cluster Engine (as openais)"
-		return
-	fi
 	if grep -q nocluster /proc/cmdline ; then
 		show "Disabled on boot"
 		RETVAL=1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/corosync.git/commitdiff/da4722f89e44886f37979bffa361546e2856a59f



More information about the pld-cvs-commit mailing list