commit:     06a31197827836f8fdc916bfbad9b051ac43cbec
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  5 19:58:31 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=06a31197

sys-auth/elogind: Make elog, not ewarn if config is fine

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-auth/elogind/elogind-235.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/elogind/elogind-235.2-r2.ebuild 
b/sys-auth/elogind/elogind-235.2-r2.ebuild
index 9aebf298ae6..92727f9170e 100644
--- a/sys-auth/elogind/elogind-235.2-r2.ebuild
+++ b/sys-auth/elogind/elogind-235.2-r2.ebuild
@@ -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"

Reply via email to