summaryrefslogtreecommitdiffstats
path: root/debian/update-resolvconf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-12-13 19:33:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-12-13 19:33:53 +0000
commit4b125ad4d32b6dbeb3c220fd27d128efb1ed7107 (patch)
treeef8b0ca217fa4d23a75061654a5a2968191ea0c6 /debian/update-resolvconf
parentReleasing progress-linux version 3.9.1-5~progress7.99u1. (diff)
downloadpostfix-4b125ad4d32b6dbeb3c220fd27d128efb1ed7107.tar.xz
postfix-4b125ad4d32b6dbeb3c220fd27d128efb1ed7107.zip
Merging debian version 3.9.1-6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/update-resolvconf')
-rw-r--r--debian/update-resolvconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/update-resolvconf b/debian/update-resolvconf
new file mode 100644
index 0000000..9db2b8b
--- /dev/null
+++ b/debian/update-resolvconf
@@ -0,0 +1,3 @@
+#! /bin/sh
+# update postfix copy of resolv.conf (picked up automatically); only default instance is handled
+[ lo != "$IFACE" ] && cp -pLu /etc/resolv.conf /var/spool/postfix/etc/resolv.conf 2>/dev/null || :