[BACK]Return to ckdnsrps.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / tests / system / rpz

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mpl/bind/dist/bin/tests/system/rpz/Attic/ckdnsrps.sh between version 1.1.1.1 and 1.1.1.1.2.3

version 1.1.1.1, 2018/08/12 12:07:30 version 1.1.1.1.2.3, 2019/01/18 08:49:36
Line 61  if ! $FEATURETEST --enable-dnsrps; then
Line 61  if ! $FEATURETEST --enable-dnsrps; then
 fi  fi
   
 if [ -z "$TEST_DNSRPS" ]; then  if [ -z "$TEST_DNSRPS" ]; then
     add_conf "## DNSRPS testing is disabled"      add_conf "## testing with native RPZ"
     add_conf '#skip'      add_conf '#skip'
     exit 0      exit 0
   else
       add_conf "## testing with DNSRPS"
 fi  fi
   
 if [ ! -x $DNSRPS_CMD ]; then  if [ ! -x $DNSRPS_CMD ]; then

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.3

CVSweb <webmaster@jp.NetBSD.org>