update fix-bind-conf.diff to not use the dot zone, as that's already on default-zones

This commit is contained in:
Timo Aaltonen 2014-11-05 18:44:08 +02:00
parent 7a818c10fc
commit 04fcd775f8

View File

@ -18,9 +18,19 @@
pid-file "/run/named/named.pid";
dnssec-enable yes;
@@ -37,7 +37,7 @@ zone "." IN {
file "named.ca";
@@ -32,12 +32,13 @@ logging {
};
};
-zone "." IN {
- type hint;
- file "named.ca";
-};
+// included below
+//zone "." IN {
+// type hint;
+// file "named.ca";
+//};
-include "/etc/named.rfc1912.zones";
+include "/etc/bind/named.conf.default-zones";