summaryrefslogtreecommitdiff
path: root/debian/examples/resolvconf/update-libc.d/sendmail
diff options
context:
space:
mode:
Diffstat (limited to 'debian/examples/resolvconf/update-libc.d/sendmail')
-rw-r--r--debian/examples/resolvconf/update-libc.d/sendmail13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/examples/resolvconf/update-libc.d/sendmail b/debian/examples/resolvconf/update-libc.d/sendmail
deleted file mode 100644
index 31a1638..0000000
--- a/debian/examples/resolvconf/update-libc.d/sendmail
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# Make sendmail aware of changes to resolv.conf
-# so that we can reset the statistics for unresolvable hostnames
-
-# Bring in some script functions to handle dynamic configuration
-. /usr/share/sendmail/dynamic;
-
-# Note the interface that just changed - unfortunately, we know not how :(
-update_resolv;
-
-# If anything has been changed, update sendmail.cf and reload
-update_sendmail;