mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Merge branch 'master' of ssh://repo/proj/git/prod/bind9
This commit is contained in:
@@ -218,7 +218,7 @@ echo "I:checking that non-replaceable RRSIGs are logged only once ($n)"
|
|||||||
ret=0
|
ret=0
|
||||||
loglines=`grep "Key nozsk.example/NSEC3RSASHA1/$missing .* retaining signatures" ns3/named.run | wc -l`
|
loglines=`grep "Key nozsk.example/NSEC3RSASHA1/$missing .* retaining signatures" ns3/named.run | wc -l`
|
||||||
[ "$loglines" -eq 1 ] || ret=1
|
[ "$loglines" -eq 1 ] || ret=1
|
||||||
loglines=`grep "Key inaczsk.example/NSEC3RSASHA1/$missing .* retaining signatures" ns3/named.run | wc -l`
|
loglines=`grep "Key inaczsk.example/NSEC3RSASHA1/$inactive .* retaining signatures" ns3/named.run | wc -l`
|
||||||
[ "$loglines" -eq 1 ] || ret=1
|
[ "$loglines" -eq 1 ] || ret=1
|
||||||
if [ $ret != 0 ]; then echo "I:failed"; fi
|
if [ $ret != 0 ]; then echo "I:failed"; fi
|
||||||
status=`expr $status + $ret`
|
status=`expr $status + $ret`
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# This file must follow /bin/sh rules. It is imported directly via
|
# This file must follow /bin/sh rules. It is imported directly via
|
||||||
# configure.
|
# configure.
|
||||||
#
|
#
|
||||||
SRCID="( 2012/05/10 00:15:00 UTC )"
|
SRCID="( 2012/05/14 00:15:00 UTC )"
|
||||||
|
Reference in New Issue
Block a user