mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-04 21:42:04 -04:00
Merge branch 'broken-test' into v9_11
This commit is contained in:
commit
6f19b4c052
3 changed files with 3 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ rm -f */managed-keys.bind* */named.secroots
|
|||
rm -f */managed.conf ns1/managed.key ns1/managed.key.id
|
||||
rm -f */named.memstats */named.run */named.run.prev
|
||||
rm -f dig.out* delv.out* rndc.out* signer.out*
|
||||
rm -f ns1/root.db.signed* ns1/root.db.tmp
|
||||
rm -f ns1/root.db.signed* ns1/root.db.tmp ns1/root.db.orig
|
||||
rm -f */named.conf
|
||||
rm -f ns5/named.args
|
||||
rm -f ns7/view1.mkeys ns7/view2.mkeys
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ zone=.
|
|||
zonefile=root.db
|
||||
|
||||
# an RSA key
|
||||
rsakey=`$KEYGEN -a rsasha256 -qfk rsasha256.`
|
||||
rsakey=`$KEYGEN -a rsasha256 -b 2048 -qfk rsasha256.`
|
||||
|
||||
# a key with unsupported algorithm
|
||||
unsupportedkey=Kunknown.+255+00000
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ copy_setports ns2/named.conf.in ns2/named.conf
|
|||
copy_setports ns3/named.conf.in ns3/named.conf
|
||||
copy_setports ns5/named.conf.in ns5/named.conf
|
||||
copy_setports ns6/named.conf.in ns6/named.conf
|
||||
copy_setports ns7/named.conf.in ns7/named.conf
|
||||
|
||||
cp ns5/named1.args ns5/named.args
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue