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