summaryrefslogtreecommitdiffstats
path: root/debian/ip-down.d
diff options
context:
space:
mode:
Diffstat (limited to 'debian/ip-down.d')
-rw-r--r--debian/ip-down.d7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/ip-down.d b/debian/ip-down.d
deleted file mode 100644
index 82acc2f..0000000
--- a/debian/ip-down.d
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/sh
-# update postfix copy of resolv.conf; only default instance is handled
-file=/etc/resolv.conf queue=/var/spool/postfix
-if [ lo != "$IFACE" ] && [ -d $queue${file%/*} ] && [ -f /etc/postfix/main.cf ]
-then # just refresh, glibc pick it up automatically
- [ ! -f $file ] && rm -f $queue$file && cp -pLu $file $queue$file
-fi