From 8cac27ed27d4ae8621f3c47ab2d3b0b2ba96b5f9 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 20 Nov 2013 08:31:54 +0700 Subject: system/corosync: Removed (no SBo maintainer) Signed-off-by: Willy Sudiarto Raharjo --- system/corosync/doinst.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 system/corosync/doinst.sh (limited to 'system/corosync/doinst.sh') diff --git a/system/corosync/doinst.sh b/system/corosync/doinst.sh deleted file mode 100644 index 7fcbab704f..0000000000 --- a/system/corosync/doinst.sh +++ /dev/null @@ -1,17 +0,0 @@ -config() { - NEW="$1" - OLD="$(dirname $NEW)/$(basename $NEW .new)" - if [ ! -r $OLD ]; then - mv $NEW $OLD - elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then - rm $NEW - fi -} - -if [ -e etc/rc.d/rc.corosync ]; then - cp -a etc/rc.d/rc.corosync etc/rc.d/rc.corosync.new.incoming - cat etc/rc.d/rc.corosync.new > etc/rc.d/rc.corosync.new.incoming - mv etc/rc.d/rc.corosync.new.incoming etc/rc.d/rc.corosync.new -fi - -config etc/rc.d/rc.corosync.new -- cgit v1.2.3