Package: bind9
Version: 1:9.20.9-1

Hello.

After upgrading a server today, I noticed that the
default file /etc/bind/named.conf.options is now like this:

------------------------------------
options {
        directory "/var/cache/bind";
};
------------------------------------

However, I expected something similar to the file

debian/extras/etc/named.conf.options

in the source package, since there is a debian/bind9.install
file to install it.

How does the second file becomes the first one when
the package is built?

I was trying to figure out why the commented lines:

        // If your ISP provided one or more IP addresses for stable
        // nameservers, you probably want to use them as forwarders.
        // Uncomment the following block, and insert the addresses replacing
        // the all-0's placeholder.

        // forwarders {
        //      0.0.0.0;
        // };

are not provided anymore, but I was unable to determine it
from the git history.

Thanks.

Reply via email to