From 43e17f44b22c85caf2bf9278db6b940dc3a93f2b Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 14 Mar 2011 16:16:10 -0500 Subject: network/thttpd: Removed (unmaintained) Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006576.html Signed-off-by: Heinz Wiesinger Signed-off-by: Robby Workman --- network/thttpd/doinst.sh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 network/thttpd/doinst.sh (limited to 'network/thttpd/doinst.sh') diff --git a/network/thttpd/doinst.sh b/network/thttpd/doinst.sh deleted file mode 100644 index 0a6e18b3e8..0000000000 --- a/network/thttpd/doinst.sh +++ /dev/null @@ -1,20 +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.INIT.new: -if [ -e etc/rc.d/rc.thttpd ]; then - cp -a etc/rc.d/rc.thttpd etc/rc.d/rc.thttpd.new.incoming - cat etc/rc.d/rc.thttpd.new > etc/rc.d/rc.thttpd.new.incoming - mv etc/rc.d/rc.thttpd.new.incoming etc/rc.d/rc.thttpd.new -fi - -- cgit v1.2.3