[Resolvconf-devel] Bug#608933: Teach resolvconf that bind9 uses /var/run/named
Serge E. Hallyn
serge.hallyn at canonical.com
Tue Jan 4 18:13:58 UTC 2011
Package: resolvconf
Version: 1.47
The bind9 package uses /var/run/named, but the resolvconf
package thinks it uses /var/run/bind. Below is a trivial
debdiff to hopefully fix this.
diff -Nru resolvconf-1.47/debian/changelog resolvconf-1.47fixbind/debian/changelog
--- resolvconf-1.47/debian/changelog 2010-12-01 09:22:01.000000000 -0600
+++ resolvconf-1.47fixbind/debian/changelog 2011-01-04 12:12:40.000000000 -0600
@@ -1,3 +1,10 @@
+resolvconf (1.47fixbind) unstable; urgency=low
+
+ * The bind9 package uses /var/run/named, not /var/run/bind.
+ (See https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/693002)
+
+ -- Serge Hallyn <serge.hallyn at ubuntu.com> Tue, 04 Jan 2011 12:07:12 -0600
+
resolvconf (1.47) unstable; urgency=low
[ Thomas Hood ]
diff -Nru resolvconf-1.47/etc/resolvconf/update.d/bind resolvconf-1.47fixbind/etc/resolvconf/update.d/bind
--- resolvconf-1.47/etc/resolvconf/update.d/bind 2006-08-09 08:36:43.000000000 -0500
+++ resolvconf-1.47fixbind/etc/resolvconf/update.d/bind 2011-01-04 12:07:10.000000000 -0600
@@ -21,7 +21,7 @@
[ -f /etc/bind/named.conf.options ] || exit 0
OPTS_FILE=named.options
-RUN_DIR=/var/run/bind
+RUN_DIR=/var/run/named
[ -d "$RUN_DIR" ] || mkdir --parents --mode=0755 "$RUN_DIR"
More information about the Resolvconf-devel
mailing list