summaryrefslogtreecommitdiffstats
path: root/ham/svxlink/doinst.sh
diff options
context:
space:
mode:
author Gustavo Conrad - LU8WFY2014-07-23 20:13:03 +0200
committer Willy Sudiarto Raharjo2014-07-23 20:13:03 +0200
commitee8de43cf3d0056ec019046c39719a6999b64fa2 (patch)
treeebcd144529f495b5dee54ab4570451052485750c /ham/svxlink/doinst.sh
parentba80f04f0220336ebca3a23899e63bb925c63652 (diff)
downloadslackbuilds-ee8de43cf3d0056ec019046c39719a6999b64fa2.tar.gz
ham/svxlink: Added (voice service system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/svxlink/doinst.sh')
-rw-r--r--ham/svxlink/doinst.sh24
1 files changed, 24 insertions, 0 deletions
diff --git a/ham/svxlink/doinst.sh b/ham/svxlink/doinst.sh
new file mode 100644
index 0000000000..7e5752f26e
--- /dev/null
+++ b/ham/svxlink/doinst.sh
@@ -0,0 +1,24 @@
+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/svxlink/svxlink.conf.new
+config etc/svxlink/remotetrx.conf.new
+config etc/svxlink/TclVoiceMail.conf.new
+config etc/svxlink/svxlink.d/ModuleDtmfRepeater.conf.new
+config etc/svxlink/svxlink.d/ModuleEchoLink.conf.new
+config etc/svxlink/svxlink.d/ModuleHelp.conf.new
+config etc/svxlink/svxlink.d/ModuleMetarInfo.conf.new
+config etc/svxlink/svxlink.d/ModuleParrot.conf.new
+config etc/svxlink/svxlink.d/ModulePropagationMonitor.conf.new
+config etc/svxlink/svxlink.d/ModuleSelCallEnc.conf.new
+config etc/svxlink/svxlink.d/ModuleTclVoiceMail.conf.new