mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-12 17:21:55 -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:
parent
7a818c10fc
commit
04fcd775f8
14
debian/patches/fix-bind-conf.diff
vendored
14
debian/patches/fix-bind-conf.diff
vendored
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user