aboutsummaryrefslogtreecommitdiff
path: root/network/dahdi-tools/doinst.sh
diff options
context:
space:
mode:
authordsomero <xgizzmo@gmail.com>2010-05-20 07:34:41 -0400
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-21 00:11:17 -0500
commit80f7a198133145a8cab9741acc3675ab2313bdd8 (patch)
tree8123364629641190e966cc1d948faaecd91290e6 /network/dahdi-tools/doinst.sh
parentd67970de6569e7e39ca7bda74b06292ae7264223 (diff)
network/dahdi-tools: Removed (broken download link)
Diffstat (limited to 'network/dahdi-tools/doinst.sh')
-rw-r--r--network/dahdi-tools/doinst.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/network/dahdi-tools/doinst.sh b/network/dahdi-tools/doinst.sh
deleted file mode 100644
index 62c29ca99be52..0000000000000
--- a/network/dahdi-tools/doinst.sh
+++ /dev/null
@@ -1,19 +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/dahdi/init.conf.new
-config etc/dahdi/modules.new
-config etc/dahdi/system.conf.new
-config etc/modprobe.d/dahdi.conf.new
-config etc/modprobe.d/dahdi.blacklist.conf.new
-config etc/dahdi/genconf_parameters.new
-