commit: f11e127bf8ed22fbb80778d10ec5e69d8cc98367 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Mar 5 20:13:52 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 }
