]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
dnssec and dlv tests included master zones whose master files were missing.
authorEvan Hunt <each@isc.org>
Sun, 11 Jul 2010 01:18:17 +0000 (01:18 +0000)
committerEvan Hunt <each@isc.org>
Sun, 11 Jul 2010 01:18:17 +0000 (01:18 +0000)
this was a bug that hadn't been noticed before, but 19447 added a test for
that condition and it caused test failures.

bin/tests/system/dlv/ns6/named.conf
bin/tests/system/dnssec/ns3/named.conf

index 4bf0d7ac048356f46b3032305695baa30e99f2b6..648ede0e16bc9160a0bbb676a5d67e6e78ab4b16 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.2.2.2 2010/05/27 23:49:55 tbox Exp $ */
+/* $Id: named.conf,v 1.2.2.3 2010/07/11 01:18:17 each Exp $ */
 
 controls { /* empty */ };
 
@@ -39,4 +39,4 @@ zone "grand.child5.utld" { type master; file "grand.child5.signed"; };
 zone "grand.child7.utld" { type master; file "grand.child7.signed"; };
 zone "grand.child8.utld" { type master; file "grand.child8.signed"; };
 zone "grand.child9.utld" { type master; file "grand.child9.signed"; };
-zone "grand.child10.utld" { type master; file "grand.child.db.in"; };
+zone "grand.child10.utld" { type master; file "grand.child10.signed"; };
index 37193676328cddb2969732a21134a24f6e985254..86d69fa2e47270e0848c29c5108ebcdee21251b3 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.35.32.2 2010/01/18 23:48:01 tbox Exp $ */
+/* $Id: named.conf,v 1.35.32.3 2010/07/11 01:18:17 each Exp $ */
 
 // NS3
 
@@ -145,11 +145,6 @@ zone "multiple.example" {
        allow-update { any; };
 };
 
-zone "mustbesecure.example" {
-       type master;
-       file "mustbesecure.example.db";
-};
-
 zone "rfc2335.example" {
        type slave;
        masters { 10.53.0.2; };