]> git.pld-linux.org Git - packages/corosync.git/commitdiff
corosync is not connected to openais any more
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 25 Oct 2012 12:13:09 +0000 (14:13 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Thu, 25 Oct 2012 12:13:09 +0000 (14:13 +0200)
corosync-notifyd.init
corosync.init

index ff08b48dc9b0888381f340ad2bc9061c3718b343..c897d8021d112c8ca562db4e2b236f68407a4378 100644 (file)
@@ -31,10 +31,6 @@ start() {
                msg_already_running "Corosync Notifier"
                return
        fi
                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
        if grep -q nocluster /proc/cmdline ; then
                show "Disabled on boot"
                RETVAL=1
index 109f8db21cd67c17f13ad8a63b4cab28ac6b571f..6138523a06a97ffd16f406cde2d0c6c9652b2aff 100644 (file)
@@ -27,10 +27,6 @@ start() {
                msg_already_running "Corosync Cluster Engine"
                return
        fi
                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
        if grep -q nocluster /proc/cmdline ; then
                show "Disabled on boot"
                RETVAL=1
This page took 0.276534 seconds and 4 git commands to generate.