]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
switch to primary/secondary in config.c
authorEvan Hunt <each@isc.org>
Thu, 26 Aug 2021 05:58:05 +0000 (22:58 -0700)
committerEvan Hunt <each@isc.org>
Mon, 30 Aug 2021 18:06:12 +0000 (11:06 -0700)
some of the built-in configuration was still using outdated terms.

bin/named/config.c

index 39a1c04ba2923374f87d3f18cb50bbbb9cf5f24c..213c45cb33ec99ca6a1ae94e461abf3e54962f13 100644 (file)
@@ -148,9 +148,9 @@ options {\n\
        auth-nxdomain false;\n\
        check-dup-records warn;\n\
        check-mx warn;\n\
-       check-names master fail;\n\
+       check-names primary fail;\n\
        check-names response ignore;\n\
-       check-names slave warn;\n\
+       check-names secondary warn;\n\
        check-spf warn;\n\
        clients-per-query 10;\n\
        dnssec-accept-expired no;\n\
@@ -280,22 +280,22 @@ view \"_bind\" chaos {\n\
        };\n\
 \n\
        zone \"version.bind\" chaos {\n\
-               type master;\n\
+               type primary;\n\
                database \"_builtin version\";\n\
        };\n\
 \n\
        zone \"hostname.bind\" chaos {\n\
-               type master;\n\
+               type primary;\n\
                database \"_builtin hostname\";\n\
        };\n\
 \n\
        zone \"authors.bind\" chaos {\n\
-               type master;\n\
+               type primary;\n\
                database \"_builtin authors\";\n\
        };\n\
 \n\
        zone \"id.server\" chaos {\n\
-               type master;\n\
+               type primary;\n\
                database \"_builtin id\";\n\
        };\n\
 };\n\