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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 104B0158030 for ; Wed, 1 Mar 2023 14:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EF9DE077A; Wed, 1 Mar 2023 14:06:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C85D0E077A for ; Wed, 1 Mar 2023 14:06:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id A5E2B335D68 for ; Wed, 1 Mar 2023 14:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08E1F8B7 for ; Wed, 1 Mar 2023 14:06:09 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1677679566.25a45fdb6ae2759d3d9b39d45ad1678bb9ad49eb.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netdata/netdata-9999.ebuild X-VCS-Directories: net-analyzer/netdata/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 25a45fdb6ae2759d3d9b39d45ad1678bb9ad49eb X-VCS-Branch: master Date: Wed, 1 Mar 2023 14:06:09 +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: 22c693dc-7f1d-4b3c-aab8-78d103a7c8c2 X-Archives-Hash: 4de4b9b24e0d01997adcf5ad434b2f7d commit: 25a45fdb6ae2759d3d9b39d45ad1678bb9ad49eb Author: Craig Andrews gentoo org> AuthorDate: Wed Mar 1 14:05:13 2023 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed Mar 1 14:06:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a45fdb net-analyzer/netdata: update -9999 due to moved files See: https://github.com/netdata/netdata/commit/8b93deb7b0916ea5caabfb24dbc6420e01054cbe Signed-off-by: Craig Andrews gentoo.org> net-analyzer/netdata/netdata-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index e3eb6b84dca7..3c4c45f78a89 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -135,8 +135,8 @@ src_install() { fowners -Rc root:netdata /usr/share/${PN} - newinitd system/netdata-openrc ${PN} - systemd_dounit system/netdata.service + newinitd system/openrc/init.d/netdata ${PN} + systemd_dounit system/systemd/netdata.service insinto /etc/netdata doins system/netdata.conf }