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 8385E138332 for ; Mon, 5 Mar 2018 22:14:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB774E0931; Mon, 5 Mar 2018 22:14:18 +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 9CB06E0931 for ; Mon, 5 Mar 2018 22:14:18 +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 788B9335C34 for ; Mon, 5 Mar 2018 22:14:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4A3A240 for ; Mon, 5 Mar 2018 22:14:15 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1520288019.f11e127bf8ed22fbb80778d10ec5e69d8cc98367.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/elogind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/elogind/elogind-235.2-r2.ebuild X-VCS-Directories: sys-auth/elogind/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f11e127bf8ed22fbb80778d10ec5e69d8cc98367 X-VCS-Branch: master Date: Mon, 5 Mar 2018 22:14:15 +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-Archives-Salt: c932eaac-d1f1-4b6d-abf7-d939a23a88d5 X-Archives-Hash: e41b24297c1f28c6b5a2db010c5962b2 commit: f11e127bf8ed22fbb80778d10ec5e69d8cc98367 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 5 20:13:52 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 5 22:13:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11e127b sys-auth/elogind: Drop postinst info about dbus activation There are several reports that it does not (yet) work flawlessly. We can put it back if there is confidence the issue is fixed, but then not as ewarn messages anymore. Bug: https://bugs.gentoo.org/633486 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-auth/elogind/elogind-235.2-r2.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys-auth/elogind/elogind-235.2-r2.ebuild b/sys-auth/elogind/elogind-235.2-r2.ebuild index 92727f9170e..bae01cc02e4 100644 --- a/sys-auth/elogind/elogind-235.2-r2.ebuild +++ b/sys-auth/elogind/elogind-235.2-r2.ebuild @@ -120,12 +120,4 @@ pkg_postinst() { ewarn "You may add it to the boot runlevel by:" ewarn "# rc-update add elogind boot" fi - ewarn "Alternatively you can leave elogind out of any" - ewarn "runlevel. It will then be started automatically" - if use pam; then - ewarn "when the first service calls it via dbus, or the" - ewarn "first user logs into the system." - else - ewarn "when the first service calls it via dbus." - fi }