mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
update fix-bind-conf.diff to not use the dot zone, as that's already on default-zones
This commit is contained in:
14
debian/patches/fix-bind-conf.diff
vendored
14
debian/patches/fix-bind-conf.diff
vendored
@@ -18,10 +18,20 @@
|
|||||||
pid-file "/run/named/named.pid";
|
pid-file "/run/named/named.pid";
|
||||||
|
|
||||||
dnssec-enable yes;
|
dnssec-enable yes;
|
||||||
@@ -37,7 +37,7 @@ zone "." IN {
|
@@ -32,12 +32,13 @@ logging {
|
||||||
file "named.ca";
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
-zone "." IN {
|
||||||
|
- type hint;
|
||||||
|
- file "named.ca";
|
||||||
|
-};
|
||||||
|
+// included below
|
||||||
|
+//zone "." IN {
|
||||||
|
+// type hint;
|
||||||
|
+// file "named.ca";
|
||||||
|
+//};
|
||||||
|
|
||||||
-include "/etc/named.rfc1912.zones";
|
-include "/etc/named.rfc1912.zones";
|
||||||
+include "/etc/bind/named.conf.default-zones";
|
+include "/etc/bind/named.conf.default-zones";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user