Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/files/
Date: Fri, 03 Dec 2021 14:42:16
Message-Id: 1638542473.34d0fd905f2581f33320abad2840da8e1ff65288.grknight@gentoo
1 commit: 34d0fd905f2581f33320abad2840da8e1ff65288
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 3 14:41:13 2021 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 3 14:41:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d0fd90
7
8 net-dns/dnscrypt-proxy: Update OpenRC script
9
10 Non-maintainer commit: This is effectively the same options reorganized
11 for future consideration.
12
13 Closes: https://bugs.gentoo.org/828076
14 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
15
16 net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd
20 index ce1d1175d707..c1cb90040a20 100644
21 --- a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd
22 +++ b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd
23 @@ -1,5 +1,5 @@
24 #!/sbin/openrc-run
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 command="/usr/bin/dnscrypt-proxy"
30 @@ -7,7 +7,7 @@ command_args="${DNSCRYPT_PROXY_OPTS:--config /etc/dnscrypt-proxy/dnscrypt-proxy.
31 command_user="${DNSCRYPT_PROXY_USER:-dnscrypt-proxy}:${DNSCRYPT_PROXY_GROUP:-dnscrypt-proxy}"
32 pidfile="/run/${RC_SVCNAME}.pid"
33 retry="SIGTERM/5/SIGTERM/5/SIGKILL/5"
34 -start_stop_daemon_args="--background --make-pidfile"
35 +command_background="yes"
36
37 depend() {
38 use logger net