sys-libs/glibc: drop 'telinit U' call
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 2 Feb 2020 13:01:02 +0000 (13:01 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 2 Feb 2020 13:04:45 +0000 (13:04 +0000)
Bug: https://bugs.gentoo.org/642784
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
sys-libs/glibc/glibc-2.19-r2.ebuild
sys-libs/glibc/glibc-2.26-r7.ebuild
sys-libs/glibc/glibc-2.27-r6.ebuild
sys-libs/glibc/glibc-2.28-r6.ebuild
sys-libs/glibc/glibc-2.29-r2.ebuild

index b30a924271ce562bda3dcfceff9be14af8914c1d..e8877a90634b155cd5c97cb91eecd9ee5547f889 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -1290,10 +1290,6 @@ pkg_postinst() {
        fi
 
        if ! is_crosscompile && [[ ${ROOT} == "/" ]] ; then
-               # Reload init ... if in a chroot or a diff init package, ignore
-               # errors from this step #253697
-               /sbin/telinit U 2>/dev/null
-
                use compile-locales || run_locale_gen "${EROOT}"
        fi
 
index 049428f9e182c79fd2dccf127f638b067f0fbd6c..b859afdc2fad9103cbe3f325d0ea3277ff06e19e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -831,10 +831,6 @@ pkg_postinst() {
        fi
 
        if ! is_crosscompile && [[ ${ROOT} == "/" ]] ; then
-               # Reload init ... if in a chroot or a diff init package, ignore
-               # errors from this step #253697
-               /sbin/telinit U 2>/dev/null
-
                # if the host locales.gen contains no entries, we'll install everything
                local locale_list="${EROOT}etc/locale.gen"
                if [[ -z $(locale-gen --list --config "${locale_list}") ]] ; then
index 7cb9a7bb250d177dc8693afdbdb704e3a33aaf84..bc34884497c1e7e02d582bdcb8016a60b73788d3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -1395,10 +1395,6 @@ pkg_postinst() {
        fi
 
        if ! is_crosscompile && [[ ${ROOT} == "/" ]] ; then
-               # Reload init ... if in a chroot or a diff init package, ignore
-               # errors from this step #253697
-               /sbin/telinit U 2>/dev/null
-
                use compile-locales || run_locale_gen "${EROOT}"
        fi
 
index ec171e2201878ed154b8028f2682f6945c8c9951..d39698a15a8dbbf28d41e0ca00b5f1c4b6360c4d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -1393,10 +1393,6 @@ pkg_postinst() {
        fi
 
        if ! is_crosscompile && [[ ${ROOT} == "/" ]] ; then
-               # Reload init ... if in a chroot or a diff init package, ignore
-               # errors from this step #253697
-               /sbin/telinit U 2>/dev/null
-
                use compile-locales || run_locale_gen "${EROOT}"
        fi
 
index c1883bf00c19b458ddac581871c186a892209d1d..acd8a7e30fe8cdc29aeec7c167c041869330680b 100644 (file)
@@ -1435,10 +1435,6 @@ pkg_postinst() {
        fi
 
        if ! is_crosscompile && [[ ${ROOT} == "/" ]] ; then
-               # Reload init ... if in a chroot or a diff init package, ignore
-               # errors from this step #253697
-               /sbin/telinit U 2>/dev/null
-
                use compile-locales || run_locale_gen "${EROOT}"
        fi