sys-auth/elogind: Make elog, not ewarn if config is fine
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 5 Mar 2018 19:58:31 +0000 (20:58 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 5 Mar 2018 22:13:39 +0000 (23:13 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sys-auth/elogind/elogind-235.2-r2.ebuild

index 9aebf298ae6b7051e17f7d56144a51f082f257a2..92727f9170ea74588a4c63d2883b1450fc039137 100644 (file)
@@ -108,7 +108,7 @@ src_install() {
 
 pkg_postinst() {
        if [[ "$(rc-config list boot | grep elogind)" != "" ]]; then
-               ewarn "elogind is currently started from boot runlevel."
+               elog "elogind is currently started from boot runlevel."
        elif [[ "$(rc-config list default | grep elogind)" != "" ]]; then
                ewarn "elogind is currently started from default runlevel."
                ewarn "Please remove elogind from the default runlevel and"