Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Fri, 08 May 2020 04:59:39
Message-Id: 1588913959.77b29c8686fa5aa681163ab7b38958347b329308.robbat2@gentoo
1 commit: 77b29c8686fa5aa681163ab7b38958347b329308
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 8 04:59:19 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri May 8 04:59:19 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=77b29c86
7
8 tools/catalyst-auto: permit OTHER flags in /etc/resolv.conf
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 tools/catalyst-auto | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto b/tools/catalyst-auto
16 index 0cd9275f..27ba3700 100755
17 --- a/tools/catalyst-auto
18 +++ b/tools/catalyst-auto
19 @@ -244,7 +244,7 @@ verify_dnssec() {
20 exit 1
21 fi
22
23 - if ! grep -q '^options \<edns0\>' /etc/resolv.conf; then
24 + if ! grep -q '^options\>.*\<edns0\>' /etc/resolv.conf; then
25 echo "DNSSEC is not enabled in /etc/resolv.conf"
26 exit 1
27 fi