no need to look for version.bind. on port 53 now that all tests

run at 5300
This commit is contained in:
Andreas Gustafsson 2000-06-12 20:20:02 +00:00
parent a6ec6daa1a
commit 8a99c43727

View file

@ -63,11 +63,7 @@ status=0
for d in ns*
do
n=`echo $d | sed 's/ns//'`
# Until all scripts have been converted to use port 5300,
# tests for port 53, too.
$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd -p 5300 \
version.bind. chaos txt @10.53.0.$n soa > dig.out ||
$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd -p 53 \
version.bind. chaos txt @10.53.0.$n soa > dig.out
status=`expr $status + $?`
grep ";" dig.out