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 322BD15800A for ; Sun, 27 Aug 2023 11:19:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A9E02BC0D4; Sun, 27 Aug 2023 11:19:15 +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 62ECB2BC0D4 for ; Sun, 27 Aug 2023 11:19:15 +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 67632340DC4 for ; Sun, 27 Aug 2023 11:19:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BD58E8E for ; Sun, 27 Aug 2023 11:19:12 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1693135129.a65a7c992f38e82b1a8dd242ea78283a7ea34f80.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/frr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/frr/frr-9.0.ebuild X-VCS-Directories: net-misc/frr/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: a65a7c992f38e82b1a8dd242ea78283a7ea34f80 X-VCS-Branch: master Date: Sun, 27 Aug 2023 11:19:12 +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: 0e3fd174-fac9-4b62-8610-ed49478c0c7b X-Archives-Hash: 74015b2e17af8cdf2903efe9d1af58a6 commit: a65a7c992f38e82b1a8dd242ea78283a7ea34f80 Author: Jakov Smolić gentoo org> AuthorDate: Sun Aug 27 11:18:49 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Aug 27 11:18:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65a7c99 net-misc/frr: Install POSIX-compatible init script Closes: https://bugs.gentoo.org/913102 Signed-off-by: Jakov Smolić gentoo.org> net-misc/frr/frr-9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/frr/frr-9.0.ebuild b/net-misc/frr/frr-9.0.ebuild index 660d036fbe0b..73df8c4dd6f6 100644 --- a/net-misc/frr/frr-9.0.ebuild +++ b/net-misc/frr/frr-9.0.ebuild @@ -144,7 +144,7 @@ src_install() { # Install init scripts systemd_dounit tools/frr.service - newinitd "${FILESDIR}"/frr-openrc-v1 frr + newinitd "${FILESDIR}"/frr-openrc-v2 frr # Conflict files, installed by net-libs/libsmi, bug #758383 rm "${ED}"/usr/share/yang/ietf-interfaces.yang || die