From f11e127bf8ed22fbb80778d10ec5e69d8cc98367 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 5 Mar 2018 21:13:52 +0100 Subject: [PATCH] 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 92727f9170ea..bae01cc02e4f 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 } -- 2.26.2