Commit 9fc339fb authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated corosync to 3.0.4

parent ae584c87
all:
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
tar xf corosync-3.0.4.tar.gz
cd corosync-3.0.4 && ./autogen.sh
cd corosync-3.0.4 && ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-systemd
$(MAKE) -C corosync-3.0.4
$(MAKE) -C corosync-3.0.4 check
$(MAKE) -C corosync-3.0.4 install
systemctl enable corosync
cp /etc/corosync/corosync.conf.example /etc/corosync/corosync.conf
rm -rf corosync-3.0.2
rm -rf corosync-3.0.4
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