From: Sergei Trofimovich Date: Sun, 2 Feb 2020 13:02:51 +0000 (+0000) Subject: sys-libs/musl: drop 'telinit U' call X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1b64c267a9c6ae6e679110732b4eab23dce375b6;p=gentoo.git 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 --- diff --git a/sys-libs/musl/musl-1.1.23.ebuild b/sys-libs/musl/musl-1.1.23.ebuild index 47c54d2eb79c..ec3d2f49819c 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 188ed464c84f..7948e4dbf5b3 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 9c1ddb9d501b..50beaf64e1aa 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 }