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 5E15C138334 for ; Thu, 27 Dec 2018 06:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BBB4E09B1; Thu, 27 Dec 2018 06:49:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1D767E09B1 for ; Thu, 27 Dec 2018 06:49:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A1DDA335C6F for ; Thu, 27 Dec 2018 06:49:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F0CF4F2 for ; Thu, 27 Dec 2018 06:49:12 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1545893348.ba65137ede3929f4cc095f6afd9feb6791222530.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-240.ebuild sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: ba65137ede3929f4cc095f6afd9feb6791222530 X-VCS-Branch: master Date: Thu, 27 Dec 2018 06:49:12 +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: a2801909-82f3-4b5c-ad74-51b89888e6a4 X-Archives-Hash: 21832ae30b418c798ef648d35ba5da09 commit: ba65137ede3929f4cc095f6afd9feb6791222530 Author: Mike Gilbert gentoo org> AuthorDate: Thu Dec 27 06:49:08 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Dec 27 06:49:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba65137e sys-apps/systemd: fixup postinst logic Package-Manager: Portage-2.3.52_p18, Repoman-2.3.12_p30 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/systemd/systemd-240.ebuild | 2 +- sys-apps/systemd/systemd-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/systemd/systemd-240.ebuild b/sys-apps/systemd/systemd-240.ebuild index 84248ba4f3a..df6e7a98ecd 100644 --- a/sys-apps/systemd/systemd-240.ebuild +++ b/sys-apps/systemd/systemd-240.ebuild @@ -436,7 +436,7 @@ pkg_postinst() { if [[ -z ${ROOT} && -d /run/systemd/system ]]; then ebegin "Reexecuting system manager" - systemctl daemon-reexec || FAIL=1 + systemctl daemon-reexec eend $? fi diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 84248ba4f3a..df6e7a98ecd 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -436,7 +436,7 @@ pkg_postinst() { if [[ -z ${ROOT} && -d /run/systemd/system ]]; then ebegin "Reexecuting system manager" - systemctl daemon-reexec || FAIL=1 + systemctl daemon-reexec eend $? fi