]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
don't use a expired slave zone
authorMark Andrews <marka@isc.org>
Fri, 2 Sep 2011 02:25:07 +0000 (02:25 +0000)
committerMark Andrews <marka@isc.org>
Fri, 2 Sep 2011 02:25:07 +0000 (02:25 +0000)
bin/tests/system/upforwd/ns3/named.conf
bin/tests/system/upforwd/setup.sh

index f9ea95582469a00aa194a6591ba7ad281ca7987f..365785d209a8a2a9a2865a5159b239768353188e 100644 (file)
@@ -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; };
 };
index 21a0e36649827115cb7e2e2a580020f1c4257489..5ab27528f8ee347a7b205fbb37fc733bfd3719a1 100644 (file)
@@ -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