Your message dated Sun, 22 Oct 2017 13:19:11 +0200
with message-id
<1508671151.815349.1146906880.773a8...@webmail.messagingengine.com>
and subject line Closing bugs in old-old-stable bind9 versions
has caused the Debian Bug report #224832,
regarding Please include named.conf.local before main named.conf configuration
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
224832: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=224832
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bind9
Severity: wishlist
Tags: patch
Hello,
Please change named.conf so that it includes named.conf.local before it
loads the rest of named.conf - this way local administrators can
override things (risky, I know) in named.conf or add views that they want
sourced first without breaking dpkg conffile handling. Patch attached.
Thanks,
--- named.conf Mon Dec 22 13:38:14 2003
+++ /etc/bind/named.conf Mon Dec 22 12:59:30 2003
@@ -7,7 +7,9 @@
// If you are just adding zones, please do that in /etc/bind/named.conf.local
include "/etc/bind/named.conf.options";
-
+include "/etc/bind/named.conf.local";
@@ -39,5 +41,4 @@
zone "com" { type delegation-only; };
zone "net" { type delegation-only; };
-
-include "/etc/bind/named.conf.local";
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux busybox 2.4.22-1-686 #6 Sat Oct 4 14:09:08 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to en_US.ISO-8859-1)
--
-----------------------------------------------------------------
| ,''`. Stephen Gran |
| : :' : [email protected] |
| `. `' Debian user, admin, and developer |
| `- http://www.debian.org |
-----------------------------------------------------------------
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 1:9.10.3.dfsg.P4-12.3
Hi,
the bind9 bug list grew too much and the Debian BIND team cannot
simply test all the reported bugs against versions not in stable, so
this is mass bug close, as either the version is no longer relevant
(because of old-old-stable 9.8.x or old-stable 9.9.5 or even older
version of bind9) or the bug was already fixed.
However, if you can reproduce the bug with a current version in stable,
please use Debian BTS 'found <bug> <version_you_reproduced_the_issue>'
command to retag the bug and reopen it.
Cheers,
Ondrej
signature.asc
Description: PGP signature
--- End Message ---