sys-apps/openrc: Stop adding tmpfiles.* to boot runlevel
authorBertrand Jacquin <bertrand@jacquin.bzh>
Sun, 17 Sep 2017 02:11:19 +0000 (03:11 +0100)
committerWilliam Hubbs <williamh@gentoo.org>
Thu, 28 Jun 2018 17:24:08 +0000 (12:24 -0500)
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
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

index 83b1d927468a7587abd427c0b001cf1348698cee..4e2ed59e45f43618167c6f5e0819cacd4275f3cd 100644 (file)
@@ -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
index 820ec13085b0337974253eb5e83f026b31a95145..9247eced8206a4b9040d759ff63c6bc329b55b0a 100644 (file)
@@ -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
index 18aa6cade207f34957f01c6103d921953c994f16..7babd0045d3bc9270c6e744beff21f61902e614d 100644 (file)
@@ -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
index 18aa6cade207f34957f01c6103d921953c994f16..7babd0045d3bc9270c6e744beff21f61902e614d 100644 (file)
@@ -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
index 18aa6cade207f34957f01c6103d921953c994f16..7babd0045d3bc9270c6e744beff21f61902e614d 100644 (file)
@@ -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