sys-libs/musl: drop 'telinit U' call
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 2 Feb 2020 13:02:51 +0000 (13:02 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 2 Feb 2020 13:04:46 +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/musl/musl-1.1.23.ebuild
sys-libs/musl/musl-1.1.24.ebuild
sys-libs/musl/musl-9999.ebuild

index 47c54d2eb79cc3fb781ea5eb3ee1df85fadd7a93..ec3d2f49819c3eb83a59bdf8ef459a7c568be502 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
@@ -119,6 +119,4 @@ pkg_postinst() {
        [ "${ROOT}" != "/" ] && return 0
 
        ldconfig || die
-       # reload init ...
-       /sbin/telinit U 2>/dev/null
 }
index 188ed464c84f40a38394035abe949a2aa145b096..7948e4dbf5b3953cebc2f4b6c8c8c86083d7f004 100644 (file)
@@ -119,6 +119,4 @@ pkg_postinst() {
        [ "${ROOT}" != "/" ] && return 0
 
        ldconfig || die
-       # reload init ...
-       /sbin/telinit U 2>/dev/null
 }
index 9c1ddb9d501bc82e722ce41939f1a042962e75d3..50beaf64e1aa432251c773c0df3371656ec37ce2 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
@@ -119,6 +119,4 @@ pkg_postinst() {
        [ "${ROOT}" != "/" ] && return 0
 
        ldconfig || die
-       # reload init ...
-       /sbin/telinit U 2>/dev/null
 }