From 780c6943a41428ff6ff0a10dcb2df62d03c5056f Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 14 Mar 2011 16:14:56 -0500 Subject: network/nmh: Removed (unmaintained) Signed-off-by: Niels Horn Signed-off-by: Heinz Wiesinger Signed-off-by: Robby Workman --- network/nmh/doinst.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 network/nmh/doinst.sh (limited to 'network/nmh/doinst.sh') diff --git a/network/nmh/doinst.sh b/network/nmh/doinst.sh deleted file mode 100644 index 19a6ff6ac8..0000000000 --- a/network/nmh/doinst.sh +++ /dev/null @@ -1,13 +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... -} - -- cgit v1.2.3