summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-05 20:58:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-05 23:13:39 +0100
commit06a31197827836f8fdc916bfbad9b051ac43cbec (patch)
treeec20f64495d94d92ed6e2d8ad8df6cb561efe640 /sys-auth/elogind
parentmedia-libs/simage: Drop old (diff)
downloadgentoo-06a31197827836f8fdc916bfbad9b051ac43cbec.tar.gz
gentoo-06a31197827836f8fdc916bfbad9b051ac43cbec.tar.bz2
gentoo-06a31197827836f8fdc916bfbad9b051ac43cbec.zip
sys-auth/elogind: Make elog, not ewarn if config is fine
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-auth/elogind')
-rw-r--r--sys-auth/elogind/elogind-235.2-r2.ebuild2
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"