From 099389cf12da605c2907d7e92041094670e81442 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 14 Mar 2011 17:15:11 -0500 Subject: network/unfs3: Removed (unmaintained) Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006570.html Signed-off-by: Heinz Wiesinger Signed-off-by: Robby Workman --- network/unfs3/doinst.sh | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 network/unfs3/doinst.sh (limited to 'network/unfs3/doinst.sh') diff --git a/network/unfs3/doinst.sh b/network/unfs3/doinst.sh deleted file mode 100644 index 302df95e70..0000000000 --- a/network/unfs3/doinst.sh +++ /dev/null @@ -1,22 +0,0 @@ -config() { - NEW="$1" - OLD="$(dirname $NEW)/$(basename $NEW .new)" - # If there's no config file by that name, mv it over: - if [ ! -r $OLD ]; then - mv $NEW $OLD - elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then - # toss the redundant copy - rm $NEW - fi - # Otherwise, we leave the .new copy for the admin to consider... -} - -# Keep same perms on rc.unfsd.new: -if [ -e etc/rc.d/rc.unfsd ]; then - cp -a etc/rc.d/rc.unfsd etc/rc.d/rc.unfsd.new.incoming - cat etc/rc.d/rc.unfsd.new > etc/rc.d/rc.unfsd.new.incoming - mv etc/rc.d/rc.unfsd.new.incoming etc/rc.d/rc.unfsd.new -fi - -config etc/rc.d/rc.unfsd.new - -- cgit v1.2.3