summarylogtreecommitdiffstats
path: root/ip-down.sh
diff options
context:
space:
mode:
authorChristian Hesse2015-06-30 15:59:20 +0200
committerChristian Hesse2015-06-30 15:59:20 +0200
commite3753a416d027ef9d0ad21c3fa15ac7b2993c505 (patch)
tree578dd5490f552e98896a26e6d3f6a6836ce36fd5 /ip-down.sh
downloadaur-ppp-hook-pdnsd.tar.gz
initial import of ppp-hook-pdnsd 0.0.4-2
Diffstat (limited to 'ip-down.sh')
-rwxr-xr-xip-down.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ip-down.sh b/ip-down.sh
new file mode 100755
index 000000000000..df284713a65c
--- /dev/null
+++ b/ip-down.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ -x "/usr/sbin/pdnsd-ctl" ]; then
+ /usr/sbin/pdnsd-ctl config
+fi