sys-auth/elogind: Drop postinst info about dbus activation
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 5 Mar 2018 20:13:52 +0000 (21:13 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 5 Mar 2018 22:13:39 +0000 (23:13 +0100)
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

index 92727f9170ea74588a4c63d2883b1450fc039137..bae01cc02e4f5e67e06544ce47ff199149662107 100644 (file)
@@ -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
 }