Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/coredns/files/
Date: Mon, 16 May 2022 14:27:12
Message-Id: 1652711224.51c8329b94ca1b5f9a573da08b4261dbb32d84b2.zmedico@gentoo
1 commit: 51c8329b94ca1b5f9a573da08b4261dbb32d84b2
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 14:26:27 2022 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 14:27:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c8329b
7
8 net-dns/coredns: fix init script bashism
9
10 Closes: https://bugs.gentoo.org/844976
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 net-dns/coredns/files/coredns.initd | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-dns/coredns/files/coredns.initd b/net-dns/coredns/files/coredns.initd
17 index b47113327f83..7ddca41e75b0 100644
18 --- a/net-dns/coredns/files/coredns.initd
19 +++ b/net-dns/coredns/files/coredns.initd
20 @@ -19,7 +19,7 @@ depend() {
21 after net
22 }
23
24 -if [[ -n "${COREDNS_HEALTHCHECK_URI}" ]]; then
25 +if [ -n "${COREDNS_HEALTHCHECK_URI}" ]; then
26 healthcheck_delay=20
27 healthcheck_timer=30