Gentoo Archives: gentoo-commits

From: Andreas Schuerch <nativemad@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsdist/files/
Date: Thu, 09 May 2019 18:35:27
Message-Id: 1557426908.04922c2f9787d71461f5f8f39926c74aa8823595.nativemad@gentoo
1 commit: 04922c2f9787d71461f5f8f39926c74aa8823595
2 Author: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 9 18:33:52 2019 +0000
4 Commit: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
5 CommitDate: Thu May 9 18:35:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04922c2f
7
8 net-dns/dnsdist: initscript fix
9
10 Signed-off-by: Andreas Schuerch <nativemad <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-dns/dnsdist/files/dnsdist.initd | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-dns/dnsdist/files/dnsdist.initd b/net-dns/dnsdist/files/dnsdist.initd
17 index 17c86ca431d..f15a6d9e6a4 100644
18 --- a/net-dns/dnsdist/files/dnsdist.initd
19 +++ b/net-dns/dnsdist/files/dnsdist.initd
20 @@ -31,7 +31,7 @@ start() {
21
22 ebegin "Starting dnsdist (${DNSDIST_INSTANCE})"
23 start-stop-daemon --start --exec $DNSDIST --pidfile ${PIDFILE} \
24 - -b -- -u ${DNSDIST_USER} -g ${DNSDIST_GROUP} \
25 + -b -- --supervised -u ${DNSDIST_USER} -g ${DNSDIST_GROUP} \
26 -C $DNSDIST_CONFFILE ${DNSDIST_OPTIONS}
27 eend $?
28 }