summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-11 18:41:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-11 18:43:59 +0200
commitc93883987ceeb19755ec7f9b75b7e5c07bf95bed (patch)
tree7391722449dcf8b032ff72b32c7464ea18c7623b /sys-auth/elogind
parentmedia-video/vlc: Add USE aribsub (diff)
downloadgentoo-c93883987ceeb19755ec7f9b75b7e5c07bf95bed.tar.gz
gentoo-c93883987ceeb19755ec7f9b75b7e5c07bf95bed.tar.bz2
gentoo-c93883987ceeb19755ec7f9b75b7e5c07bf95bed.zip
sys-auth/elogind: Re-add postinst info about dbus activation
This time as elog, not ewarn. Bug: https://bugs.gentoo.org/633486
Diffstat (limited to 'sys-auth/elogind')
-rw-r--r--sys-auth/elogind/elogind-238.1.ebuild15
1 files changed, 12 insertions, 3 deletions
diff --git a/sys-auth/elogind/elogind-238.1.ebuild b/sys-auth/elogind/elogind-238.1.ebuild
index c9398ff2885a..cc148ee6f8da 100644
--- a/sys-auth/elogind/elogind-238.1.ebuild
+++ b/sys-auth/elogind/elogind-238.1.ebuild
@@ -113,8 +113,17 @@ pkg_postinst() {
ewarn "# rc-update del elogind default"
ewarn "# rc-update add elogind boot"
else
- ewarn "elogind is currently not started from any runlevel."
- ewarn "You may add it to the boot runlevel by:"
- ewarn "# rc-update add elogind boot"
+ elog "elogind is currently not started from any runlevel."
+ elog "You may add it to the boot runlevel by:"
+ elog "# rc-update add elogind boot"
+ elog
+ elog "Alternatively, you can leave elogind out of any"
+ elog "runlevel. It will then be started automatically"
+ if use pam; then
+ elog "when the first service calls it via dbus, or"
+ elog "the first user logs into the system."
+ else
+ elog "when the first service calls it via dbus."
+ fi
fi
}