commit:     1b64c267a9c6ae6e679110732b4eab23dce375b6
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  2 13:02:51 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 13:04:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b64c267

sys-libs/musl: drop 'telinit U' call

Bug: https://bugs.gentoo.org/642784
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-libs/musl/musl-1.1.23.ebuild | 4 +---
 sys-libs/musl/musl-1.1.24.ebuild | 2 --
 sys-libs/musl/musl-9999.ebuild   | 4 +---
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/sys-libs/musl/musl-1.1.23.ebuild b/sys-libs/musl/musl-1.1.23.ebuild
index 47c54d2eb79..ec3d2f49819 100644
--- a/sys-libs/musl/musl-1.1.23.ebuild
+++ b/sys-libs/musl/musl-1.1.23.ebuild
@@ -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
@@ -119,6 +119,4 @@ pkg_postinst() {
        [ "${ROOT}" != "/" ] && return 0
 
        ldconfig || die
-       # reload init ...
-       /sbin/telinit U 2>/dev/null
 }

diff --git a/sys-libs/musl/musl-1.1.24.ebuild b/sys-libs/musl/musl-1.1.24.ebuild
index 188ed464c84..7948e4dbf5b 100644
--- a/sys-libs/musl/musl-1.1.24.ebuild
+++ b/sys-libs/musl/musl-1.1.24.ebuild
@@ -119,6 +119,4 @@ pkg_postinst() {
        [ "${ROOT}" != "/" ] && return 0
 
        ldconfig || die
-       # reload init ...
-       /sbin/telinit U 2>/dev/null
 }

diff --git a/sys-libs/musl/musl-9999.ebuild b/sys-libs/musl/musl-9999.ebuild
index 9c1ddb9d501..50beaf64e1a 100644
--- a/sys-libs/musl/musl-9999.ebuild
+++ b/sys-libs/musl/musl-9999.ebuild
@@ -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
@@ -119,6 +119,4 @@ pkg_postinst() {
        [ "${ROOT}" != "/" ] && return 0
 
        ldconfig || die
-       # reload init ...
-       /sbin/telinit U 2>/dev/null
 }

Reply via email to