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

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/rndc/setup.sh between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2018/08/12 12:07:38 version 1.1.1.2, 2019/01/09 16:48:16
Line 14  SYSTEMTESTTOP=..
Line 14  SYSTEMTESTTOP=..
   
 $SHELL clean.sh  $SHELL clean.sh
   
 test -r $RANDFILE || $GENRANDOM 800 $RANDFILE  
   
 $SHELL ../genzone.sh 2 >ns2/nil.db  $SHELL ../genzone.sh 2 >ns2/nil.db
 $SHELL ../genzone.sh 2 >ns2/other.db  $SHELL ../genzone.sh 2 >ns2/other.db
 $SHELL ../genzone.sh 2 >ns2/static.db  $SHELL ../genzone.sh 2 >ns2/static.db
Line 31  copy_setports ns5/named.conf.in ns5/name
Line 29  copy_setports ns5/named.conf.in ns5/name
 copy_setports ns6/named.conf.in ns6/named.conf  copy_setports ns6/named.conf.in ns6/named.conf
   
 make_key () {  make_key () {
     $RNDCCONFGEN -r $RANDFILE -k key$1 -A $3 -s 10.53.0.4 -p $2 \      $RNDCCONFGEN -k key$1 -A $3 -s 10.53.0.4 -p $2 \
             > ns4/key${1}.conf 2> /dev/null              > ns4/key${1}.conf 2> /dev/null
     egrep -v '(^# Start|^# End|^# Use|^[^#])' ns4/key$1.conf | cut -c3- | \      egrep -v '(^# Start|^# End|^# Use|^[^#])' ns4/key$1.conf | cut -c3- | \
             sed 's/allow { 10.53.0.4/allow { any/' >> ns4/named.conf              sed 's/allow { 10.53.0.4/allow { any/' >> ns4/named.conf

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

CVSweb <webmaster@jp.NetBSD.org>