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 6077E138334 for ; Thu, 28 Jun 2018 17:24:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28BE3E0857; Thu, 28 Jun 2018 17:24:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DE63FE0857 for ; Thu, 28 Jun 2018 17:24:34 +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 6601B335C94 for ; Thu, 28 Jun 2018 17:24:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 181C72B3 for ; Thu, 28 Jun 2018 17:24:32 +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: <1530206648.3697951c52f8c2fa228b04ff87137e1c6535eeaf.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/openrc/openrc-0.34.11.ebuild sys-apps/openrc/openrc-0.35.5.ebuild sys-apps/openrc/openrc-0.36.ebuild sys-apps/openrc/openrc-0.37.ebuild sys-apps/openrc/openrc-9999.ebuild X-VCS-Directories: sys-apps/openrc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 3697951c52f8c2fa228b04ff87137e1c6535eeaf X-VCS-Branch: master Date: Thu, 28 Jun 2018 17:24:32 +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-Archives-Salt: 65dc669d-c1e4-42a4-85f3-d44d5da9fd26 X-Archives-Hash: 8c7b69f406e9eb6f03301bfaf738b009 commit: 3697951c52f8c2fa228b04ff87137e1c6535eeaf Author: Bertrand Jacquin jacquin bzh> AuthorDate: Sun Sep 17 02:11:19 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jun 28 17:24:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3697951c sys-apps/openrc: Stop adding tmpfiles.* to boot runlevel tmpfiles.setup and tmpfiles.dev are not part of OpenRC since version 0.23, resulting in symlinks pointing to non existing files. See: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e0ac661419042cb39c1ccf93df2981504d1e6339 Closes: https://github.com/openrc/openrc/pull/8982 Package-Manager: Portage-2.3.6, Repoman-2.3.1 sys-apps/openrc/openrc-0.34.11.ebuild | 2 -- sys-apps/openrc/openrc-0.35.5.ebuild | 2 -- sys-apps/openrc/openrc-0.36.ebuild | 2 -- sys-apps/openrc/openrc-0.37.ebuild | 2 -- sys-apps/openrc/openrc-9999.ebuild | 2 -- 5 files changed, 10 deletions(-) diff --git a/sys-apps/openrc/openrc-0.34.11.ebuild b/sys-apps/openrc/openrc-0.34.11.ebuild index 83b1d927468..4e2ed59e45f 100644 --- a/sys-apps/openrc/openrc-0.34.11.ebuild +++ b/sys-apps/openrc/openrc-0.34.11.ebuild @@ -213,13 +213,11 @@ pkg_preinst() { if ! has_version ">=sys-apps/openrc-0.11.3" ; then migrate_udev_mount_script - add_boot_init tmpfiles.setup boot fi # these were added in 0.12. if ! has_version ">=sys-apps/openrc-0.12"; then add_boot_init loopback - add_boot_init tmpfiles.dev sysinit # ensure existing /etc/conf.d/net is not removed # undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 and earlier diff --git a/sys-apps/openrc/openrc-0.35.5.ebuild b/sys-apps/openrc/openrc-0.35.5.ebuild index 820ec13085b..9247eced820 100644 --- a/sys-apps/openrc/openrc-0.35.5.ebuild +++ b/sys-apps/openrc/openrc-0.35.5.ebuild @@ -221,13 +221,11 @@ pkg_preinst() { if ! has_version ">=sys-apps/openrc-0.11.3" ; then migrate_udev_mount_script - add_boot_init tmpfiles.setup boot fi # these were added in 0.12. if ! has_version ">=sys-apps/openrc-0.12"; then add_boot_init loopback - add_boot_init tmpfiles.dev sysinit # ensure existing /etc/conf.d/net is not removed # undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 and earlier diff --git a/sys-apps/openrc/openrc-0.36.ebuild b/sys-apps/openrc/openrc-0.36.ebuild index 18aa6cade20..7babd0045d3 100644 --- a/sys-apps/openrc/openrc-0.36.ebuild +++ b/sys-apps/openrc/openrc-0.36.ebuild @@ -214,13 +214,11 @@ pkg_preinst() { if ! has_version ">=sys-apps/openrc-0.11.3" ; then migrate_udev_mount_script - add_boot_init tmpfiles.setup boot fi # these were added in 0.12. if ! has_version ">=sys-apps/openrc-0.12"; then add_boot_init loopback - add_boot_init tmpfiles.dev sysinit # ensure existing /etc/conf.d/net is not removed # undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 and earlier diff --git a/sys-apps/openrc/openrc-0.37.ebuild b/sys-apps/openrc/openrc-0.37.ebuild index 18aa6cade20..7babd0045d3 100644 --- a/sys-apps/openrc/openrc-0.37.ebuild +++ b/sys-apps/openrc/openrc-0.37.ebuild @@ -214,13 +214,11 @@ pkg_preinst() { if ! has_version ">=sys-apps/openrc-0.11.3" ; then migrate_udev_mount_script - add_boot_init tmpfiles.setup boot fi # these were added in 0.12. if ! has_version ">=sys-apps/openrc-0.12"; then add_boot_init loopback - add_boot_init tmpfiles.dev sysinit # ensure existing /etc/conf.d/net is not removed # undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 and earlier diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 18aa6cade20..7babd0045d3 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -214,13 +214,11 @@ pkg_preinst() { if ! has_version ">=sys-apps/openrc-0.11.3" ; then migrate_udev_mount_script - add_boot_init tmpfiles.setup boot fi # these were added in 0.12. if ! has_version ">=sys-apps/openrc-0.12"; then add_boot_init loopback - add_boot_init tmpfiles.dev sysinit # ensure existing /etc/conf.d/net is not removed # undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 and earlier