From cf2b7d3ac0323cbed0a3fe04bcff6c206e3a96a3 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 7 Feb 2016 08:59:49 +0700 Subject: development/latrace: Removed (no longer build). Signed-off-by: Willy Sudiarto Raharjo --- development/latrace/doinst.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 development/latrace/doinst.sh (limited to 'development/latrace/doinst.sh') diff --git a/development/latrace/doinst.sh b/development/latrace/doinst.sh deleted file mode 100644 index a7f4b1fde0..0000000000 --- a/development/latrace/doinst.sh +++ /dev/null @@ -1,15 +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/latrace.d/latrace.conf.new - -- cgit v1.2.3