From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AD00138350 for ; Sun, 2 Feb 2020 13:04:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD3CBE0896; Sun, 2 Feb 2020 13:04:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFE5AE0896 for ; Sun, 2 Feb 2020 13:04:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1FD734E53D for ; Sun, 2 Feb 2020 13:04:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E78410A for ; Sun, 2 Feb 2020 13:04:56 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1580648686.1b64c267a9c6ae6e679110732b4eab23dce375b6.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/musl/musl-1.1.23.ebuild sys-libs/musl/musl-1.1.24.ebuild sys-libs/musl/musl-9999.ebuild X-VCS-Directories: sys-libs/musl/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 1b64c267a9c6ae6e679110732b4eab23dce375b6 X-VCS-Branch: master Date: Sun, 2 Feb 2020 13:04:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43972cd8-4229-4557-ac33-57b1d9248c81 X-Archives-Hash: 28136cc0161b6fef898abf046b1c3fef commit: 1b64c267a9c6ae6e679110732b4eab23dce375b6 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Feb 2 13:02:51 2020 +0000 Commit: Sergei Trofimovich gentoo 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 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 }