From 56a520ef3a357f2085d49d8a364839ad01e1b04b Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 2 Sep 2011 02:25:07 +0000 Subject: [PATCH] don't use a expired slave zone --- bin/tests/system/upforwd/ns3/named.conf | 4 ++-- bin/tests/system/upforwd/setup.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/tests/system/upforwd/ns3/named.conf b/bin/tests/system/upforwd/ns3/named.conf index f9ea955824..365785d209 100644 --- a/bin/tests/system/upforwd/ns3/named.conf +++ b/bin/tests/system/upforwd/ns3/named.conf @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.12 2011/08/31 23:46:44 tbox Exp $ */ +/* $Id: named.conf,v 1.13 2011/09/02 02:25:07 marka Exp $ */ controls { /* empty */ }; @@ -41,7 +41,7 @@ zone "example" { zone "nomaster" { type slave; - file "nomaster.db"; + file "nomaster1.db"; allow-update-forwarding { any; }; masters { 10.53.0.4; }; }; diff --git a/bin/tests/system/upforwd/setup.sh b/bin/tests/system/upforwd/setup.sh index 21a0e36649..5ab27528f8 100644 --- a/bin/tests/system/upforwd/setup.sh +++ b/bin/tests/system/upforwd/setup.sh @@ -15,7 +15,8 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.8 2007/06/19 23:47:06 tbox Exp $ +# $Id: setup.sh,v 1.9 2011/09/02 02:25:07 marka Exp $ cp -f ns1/example1.db ns1/example.db rm -f ns1/example.db.jnl ns2/example.bk ns2/example.bk.jnl +cp -f ns3/nomaster.db ns3/nomaster1.db