From: Jacek Konieczny Date: Thu, 25 Oct 2012 12:13:09 +0000 (+0200) Subject: corosync is not connected to openais any more X-Git-Tag: auto/th/corosync-2.1.0-3~8 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcorosync.git;a=commitdiff_plain;h=da4722f89e44886f37979bffa361546e2856a59f corosync is not connected to openais any more --- 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