From 3f9eb644112bb08af8418a2c99c16b8876d29bcd Mon Sep 17 00:00:00 2001 From: Aaditya Bagga Date: Sun, 10 May 2015 14:34:13 +0530 Subject: system/xfsudo: Updated for version 0.6.1. --- system/xfsudo/doinst.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 system/xfsudo/doinst.sh (limited to 'system/xfsudo/doinst.sh') diff --git a/system/xfsudo/doinst.sh b/system/xfsudo/doinst.sh deleted file mode 100644 index de85fd01cc..0000000000 --- a/system/xfsudo/doinst.sh +++ /dev/null @@ -1,14 +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... -} - -config etc/xfsudo.conf.new -- cgit v1.2.3