Lines Matching refs:bad
41 for bad in bad-*.conf
44 echo "I: checking that named-checkconf detects error in $bad ($n)"
46 $CHECKCONF $bad > checkconf.out 2>&1
48 grep "^$bad:[0-9]*: " checkconf.out > /dev/null || ret=1
49 case $bad in
50 bad-update-policy[123].conf)
54 bad-update-policy*.conf)
151 l=`$CHECKCONF bad-dnssec.conf 2>&1 | grep "dnssec-dnskey-kskonly.*requires inline" | wc -l`
153 l=`$CHECKCONF bad-dnssec.conf 2>&1 | grep "dnssec-loadkeys-interval.*requires inline" | wc -l`
155 l=`$CHECKCONF bad-dnssec.conf 2>&1 | grep "update-check-ksk.*requires inline" | wc -l`
166 l=`$CHECKCONF inline-bad.conf 2>&1 | grep "missing 'file' entry" | wc -l`
174 $CHECKCONF dlz-bad.conf 2>&1 | grep "'dlz' and 'database'" > /dev/null || ret=1
207 $CHECKCONF -z max-ttl-bad.conf > /dev/null 2>&1 && ret=1
257 grep "near '_underscore': bad name (check-names)" checkconf.out$n > /dev/null || ret=1