From: Otto Date: Mon, 25 Oct 2021 13:20:18 +0000 (+0200) Subject: tweaks and undo error entry X-Git-Tag: dnsdist-1.7.0-beta1~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66aafa7d9509d0238de209f61094b6d63ebb06d;p=thirdparty%2Fpdns.git tweaks and undo error entry --- diff --git a/docs/secpoll-check.sh b/docs/secpoll-check.sh index 67c6409744..cf184f0431 100644 --- a/docs/secpoll-check.sh +++ b/docs/secpoll-check.sh @@ -3,7 +3,7 @@ if [ $# -ne 1 ]; then echo usage: $0 file exit 1 fi -if ! egrep -v '^(@|;|$)' "$1" | egrep -v '(auth|recursor|dnsdist)-[0-9]\.[0-9]\.[0-9](-(alpha|beta|rc)[0-9]+)?[-_a-z0-9\.]*\.security-status +60 IN TXT "[1-3].*"' +if ! egrep -v '^(@|;|$)' "$1" | egrep -v 'ubuntu|debian|raspbian|fedora' | egrep -v '(auth|recursor|dnsdist)-[0-9]+\.[0-9]+\.[0-9]+(-(alpha|beta|rc)[0-9]+)?\.security-status +60 IN TXT "[1-3].*"' then echo OK exit 0