Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/
Date: Thu, 28 Jun 2018 17:24:36
Message-Id: 1530206648.3697951c52f8c2fa228b04ff87137e1c6535eeaf.williamh@gentoo
1 commit: 3697951c52f8c2fa228b04ff87137e1c6535eeaf
2 Author: Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh>
3 AuthorDate: Sun Sep 17 02:11:19 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 17:24:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3697951c
7
8 sys-apps/openrc: Stop adding tmpfiles.* to boot runlevel
9
10 tmpfiles.setup and tmpfiles.dev are not part of OpenRC since version
11 0.23, resulting in symlinks pointing to non existing files.
12
13 See: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e0ac661419042cb39c1ccf93df2981504d1e6339
14 Closes: https://github.com/openrc/openrc/pull/8982
15
16 Package-Manager: Portage-2.3.6, Repoman-2.3.1
17
18 sys-apps/openrc/openrc-0.34.11.ebuild | 2 --
19 sys-apps/openrc/openrc-0.35.5.ebuild | 2 --
20 sys-apps/openrc/openrc-0.36.ebuild | 2 --
21 sys-apps/openrc/openrc-0.37.ebuild | 2 --
22 sys-apps/openrc/openrc-9999.ebuild | 2 --
23 5 files changed, 10 deletions(-)
24
25 diff --git a/sys-apps/openrc/openrc-0.34.11.ebuild b/sys-apps/openrc/openrc-0.34.11.ebuild
26 index 83b1d927468..4e2ed59e45f 100644
27 --- a/sys-apps/openrc/openrc-0.34.11.ebuild
28 +++ b/sys-apps/openrc/openrc-0.34.11.ebuild
29 @@ -213,13 +213,11 @@ pkg_preinst() {
30
31 if ! has_version ">=sys-apps/openrc-0.11.3" ; then
32 migrate_udev_mount_script
33 - add_boot_init tmpfiles.setup boot
34 fi
35
36 # these were added in 0.12.
37 if ! has_version ">=sys-apps/openrc-0.12"; then
38 add_boot_init loopback
39 - add_boot_init tmpfiles.dev sysinit
40
41 # ensure existing /etc/conf.d/net is not removed
42 # undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 and earlier
43
44 diff --git a/sys-apps/openrc/openrc-0.35.5.ebuild b/sys-apps/openrc/openrc-0.35.5.ebuild
45 index 820ec13085b..9247eced820 100644
46 --- a/sys-apps/openrc/openrc-0.35.5.ebuild
47 +++ b/sys-apps/openrc/openrc-0.35.5.ebuild
48 @@ -221,13 +221,11 @@ pkg_preinst() {
49
50 if ! has_version ">=sys-apps/openrc-0.11.3" ; then
51 migrate_udev_mount_script
52 - add_boot_init tmpfiles.setup boot
53 fi
54
55 # these were added in 0.12.
56 if ! has_version ">=sys-apps/openrc-0.12"; then
57 add_boot_init loopback
58 - add_boot_init tmpfiles.dev sysinit
59
60 # ensure existing /etc/conf.d/net is not removed
61 # undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 and earlier
62
63 diff --git a/sys-apps/openrc/openrc-0.36.ebuild b/sys-apps/openrc/openrc-0.36.ebuild
64 index 18aa6cade20..7babd0045d3 100644
65 --- a/sys-apps/openrc/openrc-0.36.ebuild
66 +++ b/sys-apps/openrc/openrc-0.36.ebuild
67 @@ -214,13 +214,11 @@ pkg_preinst() {
68
69 if ! has_version ">=sys-apps/openrc-0.11.3" ; then
70 migrate_udev_mount_script
71 - add_boot_init tmpfiles.setup boot
72 fi
73
74 # these were added in 0.12.
75 if ! has_version ">=sys-apps/openrc-0.12"; then
76 add_boot_init loopback
77 - add_boot_init tmpfiles.dev sysinit
78
79 # ensure existing /etc/conf.d/net is not removed
80 # undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 and earlier
81
82 diff --git a/sys-apps/openrc/openrc-0.37.ebuild b/sys-apps/openrc/openrc-0.37.ebuild
83 index 18aa6cade20..7babd0045d3 100644
84 --- a/sys-apps/openrc/openrc-0.37.ebuild
85 +++ b/sys-apps/openrc/openrc-0.37.ebuild
86 @@ -214,13 +214,11 @@ pkg_preinst() {
87
88 if ! has_version ">=sys-apps/openrc-0.11.3" ; then
89 migrate_udev_mount_script
90 - add_boot_init tmpfiles.setup boot
91 fi
92
93 # these were added in 0.12.
94 if ! has_version ">=sys-apps/openrc-0.12"; then
95 add_boot_init loopback
96 - add_boot_init tmpfiles.dev sysinit
97
98 # ensure existing /etc/conf.d/net is not removed
99 # undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 and earlier
100
101 diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild
102 index 18aa6cade20..7babd0045d3 100644
103 --- a/sys-apps/openrc/openrc-9999.ebuild
104 +++ b/sys-apps/openrc/openrc-9999.ebuild
105 @@ -214,13 +214,11 @@ pkg_preinst() {
106
107 if ! has_version ">=sys-apps/openrc-0.11.3" ; then
108 migrate_udev_mount_script
109 - add_boot_init tmpfiles.setup boot
110 fi
111
112 # these were added in 0.12.
113 if ! has_version ">=sys-apps/openrc-0.12"; then
114 add_boot_init loopback
115 - add_boot_init tmpfiles.dev sysinit
116
117 # ensure existing /etc/conf.d/net is not removed
118 # undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 and earlier