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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 898EA13835A for ; Mon, 12 Apr 2021 05:39:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6F44E083B; Mon, 12 Apr 2021 05:39:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8F2CE083B for ; Mon, 12 Apr 2021 05:39:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AC4A340C8D for ; Mon, 12 Apr 2021 05:39:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7218D702 for ; Mon, 12 Apr 2021 05:38:51 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1618151866.a871da89ee98d16ac19adc7b9839838dc3031ca6.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/pcs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/pcs/pcs-0.10.8-r2.ebuild X-VCS-Directories: sys-cluster/pcs/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: a871da89ee98d16ac19adc7b9839838dc3031ca6 X-VCS-Branch: master Date: Mon, 12 Apr 2021 05:38:51 +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: ce103b4c-85e8-43df-ac5b-f33f97fd818d X-Archives-Hash: 45f4183da0f0c44c823b55b4d1c0a1f9 commit: a871da89ee98d16ac19adc7b9839838dc3031ca6 Author: Andrea Postiglione gmail com> AuthorDate: Sun Apr 11 14:37:46 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sun Apr 11 14:37:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a871da89 sys-cluster/pcs-0.10.8-r2: remove bundled systemd service Signed-off-by: Andrea Postiglione gmail.com> sys-cluster/pcs/pcs-0.10.8-r2.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-cluster/pcs/pcs-0.10.8-r2.ebuild b/sys-cluster/pcs/pcs-0.10.8-r2.ebuild index 1444be359..4582a8e1e 100644 --- a/sys-cluster/pcs/pcs-0.10.8-r2.ebuild +++ b/sys-cluster/pcs/pcs-0.10.8-r2.ebuild @@ -100,9 +100,11 @@ src_install() { if use systemd ; then systemd_newunit "${S}/pcsd/pcsd.service.debian" "pcsd.service" systemd_newunit "${S}/pcsd/pcsd-ruby.service" "pcsd-daemon.service" - rm "${D}"/usr/lib/systemd/system/pcsd-ruby.service - rm "${D}"/usr/lib/systemd/system/pcsd.service fi + # Remove Bundled systemd service + rm "${D}"/usr/lib/systemd/system/pcsd-ruby.service || die + rm "${D}"/usr/lib/systemd/system/pcsd.service || die + # custom service file for openRC newinitd "${FILESDIR}/pcsd.initd" pcsd newinitd "${FILESDIR}/pcsd-daemon.initd" pcsd-daemon