Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sun, 02 Feb 2020 13:05:00
Message-Id: 1580648685.041093897e70b36a54d1cdb11d626c00b67f1e88.slyfox@gentoo
1 commit: 041093897e70b36a54d1cdb11d626c00b67f1e88
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 13:01:02 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 13:04:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04109389
7
8 sys-libs/glibc: drop 'telinit U' call
9
10 Bug: https://bugs.gentoo.org/642784
11 Package-Manager: Portage-2.3.87, Repoman-2.3.20
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 sys-libs/glibc/glibc-2.19-r2.ebuild | 6 +-----
15 sys-libs/glibc/glibc-2.26-r7.ebuild | 6 +-----
16 sys-libs/glibc/glibc-2.27-r6.ebuild | 6 +-----
17 sys-libs/glibc/glibc-2.28-r6.ebuild | 6 +-----
18 sys-libs/glibc/glibc-2.29-r2.ebuild | 4 ----
19 5 files changed, 4 insertions(+), 24 deletions(-)
20
21 diff --git a/sys-libs/glibc/glibc-2.19-r2.ebuild b/sys-libs/glibc/glibc-2.19-r2.ebuild
22 index b30a924271c..e8877a90634 100644
23 --- a/sys-libs/glibc/glibc-2.19-r2.ebuild
24 +++ b/sys-libs/glibc/glibc-2.19-r2.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2019 Gentoo Authors
27 +# Copyright 1999-2020 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -1290,10 +1290,6 @@ pkg_postinst() {
32 fi
33
34 if ! is_crosscompile && [[ ${ROOT} == "/" ]] ; then
35 - # Reload init ... if in a chroot or a diff init package, ignore
36 - # errors from this step #253697
37 - /sbin/telinit U 2>/dev/null
38 -
39 use compile-locales || run_locale_gen "${EROOT}"
40 fi
41
42
43 diff --git a/sys-libs/glibc/glibc-2.26-r7.ebuild b/sys-libs/glibc/glibc-2.26-r7.ebuild
44 index 049428f9e18..b859afdc2fa 100644
45 --- a/sys-libs/glibc/glibc-2.26-r7.ebuild
46 +++ b/sys-libs/glibc/glibc-2.26-r7.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2019 Gentoo Authors
49 +# Copyright 1999-2020 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=6
53 @@ -831,10 +831,6 @@ pkg_postinst() {
54 fi
55
56 if ! is_crosscompile && [[ ${ROOT} == "/" ]] ; then
57 - # Reload init ... if in a chroot or a diff init package, ignore
58 - # errors from this step #253697
59 - /sbin/telinit U 2>/dev/null
60 -
61 # if the host locales.gen contains no entries, we'll install everything
62 local locale_list="${EROOT}etc/locale.gen"
63 if [[ -z $(locale-gen --list --config "${locale_list}") ]] ; then
64
65 diff --git a/sys-libs/glibc/glibc-2.27-r6.ebuild b/sys-libs/glibc/glibc-2.27-r6.ebuild
66 index 7cb9a7bb250..bc34884497c 100644
67 --- a/sys-libs/glibc/glibc-2.27-r6.ebuild
68 +++ b/sys-libs/glibc/glibc-2.27-r6.ebuild
69 @@ -1,4 +1,4 @@
70 -# Copyright 1999-2019 Gentoo Authors
71 +# Copyright 1999-2020 Gentoo Authors
72 # Distributed under the terms of the GNU General Public License v2
73
74 EAPI=6
75 @@ -1395,10 +1395,6 @@ pkg_postinst() {
76 fi
77
78 if ! is_crosscompile && [[ ${ROOT} == "/" ]] ; then
79 - # Reload init ... if in a chroot or a diff init package, ignore
80 - # errors from this step #253697
81 - /sbin/telinit U 2>/dev/null
82 -
83 use compile-locales || run_locale_gen "${EROOT}"
84 fi
85
86
87 diff --git a/sys-libs/glibc/glibc-2.28-r6.ebuild b/sys-libs/glibc/glibc-2.28-r6.ebuild
88 index ec171e22018..d39698a15a8 100644
89 --- a/sys-libs/glibc/glibc-2.28-r6.ebuild
90 +++ b/sys-libs/glibc/glibc-2.28-r6.ebuild
91 @@ -1,4 +1,4 @@
92 -# Copyright 1999-2019 Gentoo Authors
93 +# Copyright 1999-2020 Gentoo Authors
94 # Distributed under the terms of the GNU General Public License v2
95
96 EAPI=6
97 @@ -1393,10 +1393,6 @@ pkg_postinst() {
98 fi
99
100 if ! is_crosscompile && [[ ${ROOT} == "/" ]] ; then
101 - # Reload init ... if in a chroot or a diff init package, ignore
102 - # errors from this step #253697
103 - /sbin/telinit U 2>/dev/null
104 -
105 use compile-locales || run_locale_gen "${EROOT}"
106 fi
107
108
109 diff --git a/sys-libs/glibc/glibc-2.29-r2.ebuild b/sys-libs/glibc/glibc-2.29-r2.ebuild
110 index c1883bf00c1..acd8a7e30fe 100644
111 --- a/sys-libs/glibc/glibc-2.29-r2.ebuild
112 +++ b/sys-libs/glibc/glibc-2.29-r2.ebuild
113 @@ -1435,10 +1435,6 @@ pkg_postinst() {
114 fi
115
116 if ! is_crosscompile && [[ ${ROOT} == "/" ]] ; then
117 - # Reload init ... if in a chroot or a diff init package, ignore
118 - # errors from this step #253697
119 - /sbin/telinit U 2>/dev/null
120 -
121 use compile-locales || run_locale_gen "${EROOT}"
122 fi