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

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/redirect/ns5/sign.sh between version 1.1.1.1.2.2 and 1.1.1.2

version 1.1.1.1.2.2, 2019/06/10 22:03:57 version 1.1.1.2, 2020/05/24 19:36:35
Line 25  key2=`$KEYGEN -q -a $DEFAULT_ALGORITHM -
Line 25  key2=`$KEYGEN -q -a $DEFAULT_ALGORITHM -
   
 cat $infile $key1.key $key2.key > $zonefile  cat $infile $key1.key $key2.key > $zonefile
   
 $SIGNER -P -g -O full -o $zone $zonefile > sign.ns5.signed.out 2>&1  $SIGNER -P -g -O full -o $zone $zonefile > sign.ns5.signed.out
   
 cp signed.db.signed ../ns6  cp signed.db.signed ../ns6
   
Line 40  key2=`$KEYGEN -q -a $DEFAULT_ALGORITHM -
Line 40  key2=`$KEYGEN -q -a $DEFAULT_ALGORITHM -
 # cat $infile $key1.key $key2.key > $zonefile  # cat $infile $key1.key $key2.key > $zonefile
 cat $infile dsset-signed. $key1.key $key2.key > $zonefile  cat $infile dsset-signed. $key1.key $key2.key > $zonefile
   
 $SIGNER -P -g -O full -o $zone $zonefile > sign.ns5.root.out 2>&1  $SIGNER -P -g -O full -o $zone $zonefile > sign.ns5.root.out

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

CVSweb <webmaster@jp.NetBSD.org>