Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/
Date: Sun, 02 Feb 2020 13:04:59
Message-Id: 1580648686.1b64c267a9c6ae6e679110732b4eab23dce375b6.slyfox@gentoo
1 commit: 1b64c267a9c6ae6e679110732b4eab23dce375b6
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 13:02:51 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 13:04:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b64c267
7
8 sys-libs/musl: drop 'telinit U' call
9
10 Bug: https://bugs.gentoo.org/642784
11 Package-Manager: Portage-2.3.87, Repoman-2.3.20
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 sys-libs/musl/musl-1.1.23.ebuild | 4 +---
15 sys-libs/musl/musl-1.1.24.ebuild | 2 --
16 sys-libs/musl/musl-9999.ebuild | 4 +---
17 3 files changed, 2 insertions(+), 8 deletions(-)
18
19 diff --git a/sys-libs/musl/musl-1.1.23.ebuild b/sys-libs/musl/musl-1.1.23.ebuild
20 index 47c54d2eb79..ec3d2f49819 100644
21 --- a/sys-libs/musl/musl-1.1.23.ebuild
22 +++ b/sys-libs/musl/musl-1.1.23.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -119,6 +119,4 @@ pkg_postinst() {
30 [ "${ROOT}" != "/" ] && return 0
31
32 ldconfig || die
33 - # reload init ...
34 - /sbin/telinit U 2>/dev/null
35 }
36
37 diff --git a/sys-libs/musl/musl-1.1.24.ebuild b/sys-libs/musl/musl-1.1.24.ebuild
38 index 188ed464c84..7948e4dbf5b 100644
39 --- a/sys-libs/musl/musl-1.1.24.ebuild
40 +++ b/sys-libs/musl/musl-1.1.24.ebuild
41 @@ -119,6 +119,4 @@ pkg_postinst() {
42 [ "${ROOT}" != "/" ] && return 0
43
44 ldconfig || die
45 - # reload init ...
46 - /sbin/telinit U 2>/dev/null
47 }
48
49 diff --git a/sys-libs/musl/musl-9999.ebuild b/sys-libs/musl/musl-9999.ebuild
50 index 9c1ddb9d501..50beaf64e1a 100644
51 --- a/sys-libs/musl/musl-9999.ebuild
52 +++ b/sys-libs/musl/musl-9999.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2019 Gentoo Authors
55 +# Copyright 1999-2020 Gentoo Authors
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=6
59 @@ -119,6 +119,4 @@ pkg_postinst() {
60 [ "${ROOT}" != "/" ] && return 0
61
62 ldconfig || die
63 - # reload init ...
64 - /sbin/telinit U 2>/dev/null
65 }