summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-02-02 13:02:51 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-02-02 13:04:46 +0000
commit1b64c267a9c6ae6e679110732b4eab23dce375b6 (patch)
treefc099a0dbe8ba9fb18c1adf866f991ca770b7bf7
parentsys-libs/glibc: drop 'telinit U' call (diff)
downloadgentoo-1b64c267.tar.gz
gentoo-1b64c267.tar.bz2
gentoo-1b64c267.zip
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@gentoo.org>
-rw-r--r--sys-libs/musl/musl-1.1.23.ebuild4
-rw-r--r--sys-libs/musl/musl-1.1.24.ebuild2
-rw-r--r--sys-libs/musl/musl-9999.ebuild4
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 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
}