more CRLF fixes (dns64, rndc, rpzrecurse)

This commit is contained in:
Curtis Blackburn
2018-12-13 17:08:57 -08:00
committed by Evan Hunt
parent bdbf6ede3a
commit 9fc68285ef
3 changed files with 4 additions and 4 deletions

View File

@@ -1278,7 +1278,7 @@ status=`expr $status + $ret`
echo_i "checking reverse mapping ($n)"
ret=0
$DIG $DIGOPTS -x 2001:aaaa::10.0.0.1 @10.53.0.2 > dig.out.ns2.test$n || ret=1
grep -i "CNAME.1.0.0.10.IN-ADDR.ARPA.$" dig.out.ns2.test$n > /dev/null || ret=1
tr -d '\r' < dig.out.ns2$n | grep -i "CNAME.1.0.0.10.IN-ADDR.ARPA.$" > /dev/null || ret=1
n=`expr $n + 1`
if [ $ret != 0 ]; then echo_i "failed"; fi
status=`expr $status + $ret`