diff --git a/bin/tests/system/dlv/ns6/named.conf b/bin/tests/system/dlv/ns6/named.conf index 4b4055c852..17cb291c6a 100644 --- a/bin/tests/system/dlv/ns6/named.conf +++ b/bin/tests/system/dlv/ns6/named.conf @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.3 2010/05/27 23:51:08 tbox Exp $ */ +/* $Id: named.conf,v 1.4 2010/07/11 01:18:24 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"; }; diff --git a/bin/tests/system/dnssec/ns3/named.conf b/bin/tests/system/dnssec/ns3/named.conf index 27681c5c94..7513368358 100644 --- a/bin/tests/system/dnssec/ns3/named.conf +++ b/bin/tests/system/dnssec/ns3/named.conf @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.37 2010/01/18 23:48:40 tbox Exp $ */ +/* $Id: named.conf,v 1.38 2010/07/11 01:18:24 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; };