Commit bfbc488d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated corosync 3.1.4

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