From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D2E2158086 for ; Sat, 4 Dec 2021 15:23:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C372AE041F; Sat, 4 Dec 2021 15:23:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 946AAE041F for ; Sat, 4 Dec 2021 15:23:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E03434303A for ; Sat, 4 Dec 2021 15:23:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 880991A0 for ; Sat, 4 Dec 2021 15:23:30 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1638631405.6f38bef4bbf57f356ff94e48e1ae6a7767599404.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/munin/files/munin-asyncd.init.2 X-VCS-Directories: net-analyzer/munin/files/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 6f38bef4bbf57f356ff94e48e1ae6a7767599404 X-VCS-Branch: master Date: Sat, 4 Dec 2021 15:23:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 05b28003-0c16-4697-9773-87b5bc3a71b8 X-Archives-Hash: aa1a47a240a48259a0dd10fe956583ac commit: 6f38bef4bbf57f356ff94e48e1ae6a7767599404 Author: Brian Evans gentoo org> AuthorDate: Sat Dec 4 15:21:59 2021 +0000 Commit: Brian Evans gentoo org> CommitDate: Sat Dec 4 15:23:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f38bef4 net-analyzer/munin: Update munin-asyncd script Split options into their declarative components Closes: https://bugs.gentoo.org/828095 Signed-off-by: Brian Evans gentoo.org> net-analyzer/munin/files/munin-asyncd.init.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-analyzer/munin/files/munin-asyncd.init.2 b/net-analyzer/munin/files/munin-asyncd.init.2 index 59ef4c6b0280..15a17a7bef6c 100644 --- a/net-analyzer/munin/files/munin-asyncd.init.2 +++ b/net-analyzer/munin/files/munin-asyncd.init.2 @@ -1,11 +1,12 @@ #!/sbin/openrc-run -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 command=/usr/libexec/munin/munin-asyncd command_args="--fork" pidfile="/run/munin-asyncd.pid" -start_stop_daemon_args="--background --make-pidfile --user munin-async" +command_background="yes" +command_user="munin-async" depend() { need munin-node