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

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/dnssec/ns1/sign.sh between version 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2019/02/24 18:56:42 version 1.1.1.4, 2019/09/05 19:27:34
Line 22  zonefile=root.db
Line 22  zonefile=root.db
 (cd ../ns6 && $SHELL sign.sh )  (cd ../ns6 && $SHELL sign.sh )
 (cd ../ns7 && $SHELL sign.sh )  (cd ../ns7 && $SHELL sign.sh )
   
   echo_i "ns1/sign.sh"
   
 cp "../ns2/dsset-example$TP" .  cp "../ns2/dsset-example$TP" .
 cp "../ns2/dsset-dlv$TP" .  cp "../ns2/dsset-dlv$TP" .
 cp "../ns2/dsset-in-addr.arpa$TP" .  cp "../ns2/dsset-in-addr.arpa$TP" .
Line 42  cp trusted.conf ../ns3/trusted.conf
Line 44  cp trusted.conf ../ns3/trusted.conf
 cp trusted.conf ../ns4/trusted.conf  cp trusted.conf ../ns4/trusted.conf
 cp trusted.conf ../ns6/trusted.conf  cp trusted.conf ../ns6/trusted.conf
 cp trusted.conf ../ns7/trusted.conf  cp trusted.conf ../ns7/trusted.conf
   cp trusted.conf ../ns9/trusted.conf
   
 # ...or with a managed key.  # ...or with a managed key.
 keyfile_to_managed_keys "$keyname" > managed.conf  keyfile_to_managed_keys "$keyname" > managed.conf
Line 51  cp managed.conf ../ns4/managed.conf
Line 54  cp managed.conf ../ns4/managed.conf
 #  Save keyid for managed key id test.  #  Save keyid for managed key id test.
 #  #
   
 echo "$keyname" | sed -e 's/.*[+]//' -e 's/^0*//' > managed.key.id  keyfile_to_key_id "$keyname" > managed.key.id

Legend:
Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4

CVSweb <webmaster@jp.NetBSD.org>