]> 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:24:02 +0000 (16:24 +1100)
(cherry picked from commit d4eb30fa2dbd7a91933a615bece878b696400eb4)

bin/tests/system/dlvauto/tests.sh

index 76b190ea6df1846f08433ff3ddbbe24b045ec505..6ade5c70a42f012b926f0174e3fdc0efe685f905 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