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 E3134138350 for ; Mon, 17 Feb 2020 02:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC6F2E0936; Mon, 17 Feb 2020 02:39:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6DB85E0936 for ; Mon, 17 Feb 2020 02:39:17 +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 075F434ED5B for ; Mon, 17 Feb 2020 02:39:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BC9110C for ; Mon, 17 Feb 2020 02:39:13 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1581907139.f748bd9537327ad329a56a794fa54a56df56309a.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/baselayout/baselayout-2.7.ebuild X-VCS-Directories: sys-apps/baselayout/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: f748bd9537327ad329a56a794fa54a56df56309a X-VCS-Branch: master Date: Mon, 17 Feb 2020 02:39:13 +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: 64256c85-b428-4fe9-a252-c829af726b0c X-Archives-Hash: 152496f3e493ab9dbac5f1a498044b4e commit: f748bd9537327ad329a56a794fa54a56df56309a Author: William Hubbs gentoo org> AuthorDate: Mon Feb 17 02:32:58 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Feb 17 02:38:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f748bd95 sys-apps/baselayout: remove README from /etc/sysctl.d for OpenRC collision Signed-off-by: William Hubbs gentoo.org> sys-apps/baselayout/baselayout-2.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/baselayout/baselayout-2.7.ebuild b/sys-apps/baselayout/baselayout-2.7.ebuild index a4b8ca535ac..ea29ca415bd 100644 --- a/sys-apps/baselayout/baselayout-2.7.ebuild +++ b/sys-apps/baselayout/baselayout-2.7.ebuild @@ -222,6 +222,7 @@ src_install() { DESTDIR="${ED}" \ install dodoc ChangeLog + rm "${ED}"/etc/sysctl.d/README # need the makefile in pkg_preinst insinto /usr/share/${PN}