Commit ae584c87 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated corosync to 3.0.2

parent 2e6c94b2
all:
tar xf corosync-3.0.1.tar.gz
cd corosync-3.0.1 && ./autogen.sh
cd corosync-3.0.1 && ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-systemd
$(MAKE) -C corosync-3.0.1
$(MAKE) -C corosync-3.0.1 check
$(MAKE) -C corosync-3.0.1 install
tar xf corosync-3.0.2.tar.gz
cd corosync-3.0.2 && ./autogen.sh
cd corosync-3.0.2 && ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-systemd
$(MAKE) -C corosync-3.0.2
$(MAKE) -C corosync-3.0.2 check
$(MAKE) -C corosync-3.0.2 install
systemctl enable corosync
cp /etc/corosync/corosync.conf.example /etc/corosync/corosync.conf
rm -rf corosync-3.0.1
rm -rf corosync-3.0.2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment