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-analyzer/munin/files/
Date: Sat, 04 Dec 2021 15:23:34
Message-Id: 1638631405.6f38bef4bbf57f356ff94e48e1ae6a7767599404.grknight@gentoo
1 commit: 6f38bef4bbf57f356ff94e48e1ae6a7767599404
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 4 15:21:59 2021 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 4 15:23:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f38bef4
7
8 net-analyzer/munin: Update munin-asyncd script
9
10 Split options into their declarative components
11
12 Closes: https://bugs.gentoo.org/828095
13 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
14
15 net-analyzer/munin/files/munin-asyncd.init.2 | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/net-analyzer/munin/files/munin-asyncd.init.2 b/net-analyzer/munin/files/munin-asyncd.init.2
19 index 59ef4c6b0280..15a17a7bef6c 100644
20 --- a/net-analyzer/munin/files/munin-asyncd.init.2
21 +++ b/net-analyzer/munin/files/munin-asyncd.init.2
22 @@ -1,11 +1,12 @@
23 #!/sbin/openrc-run
24 -# Copyright 1999-2013 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 command=/usr/libexec/munin/munin-asyncd
29 command_args="--fork"
30 pidfile="/run/munin-asyncd.pid"
31 -start_stop_daemon_args="--background --make-pidfile --user munin-async"
32 +command_background="yes"
33 +command_user="munin-async"
34
35 depend() {
36 need munin-node