diff options
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/elogind/elogind-235.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/elogind/elogind-235.2-r2.ebuild b/sys-auth/elogind/elogind-235.2-r2.ebuild index 9aebf298ae6b..92727f9170ea 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" |