]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
stop spamming system logs
authorMark Andrews <marka@isc.org>
Thu, 9 Jan 2014 05:23:40 +0000 (16:23 +1100)
committerMark Andrews <marka@isc.org>
Thu, 9 Jan 2014 05:23:57 +0000 (16:23 +1100)
(cherry picked from commit d4eb30fa2dbd7a91933a615bece878b696400eb4)

bin/tests/system/dlvauto/tests.sh

index 25bb8e30d839e4e70b8047c02ed4c107c91b3056..5b76bddbc0dcea4fc2c3271f30990110a36c8c8c 100644 (file)
@@ -31,7 +31,7 @@ then
        ret=0
        $PERL $SYSTEMTESTTOP/stop.pl . ns2 || ret=1
        sleep 1
-       (cd ns2; $NAMED -f -d 100 -c named.conf >> named.run 2>&1 & )
+       (cd ns2; $NAMED -g -d 100 -c named.conf >> named.run 2>&1 & )
        sleep 2
        $DIG $DIGOPTS soa . @10.53.0.2 > dig.out.ns2.test$n || ret=1
        grep "status: NOERROR" dig.out.ns2.test$n > /dev/null || ret=1