commit:     a2ee6ba9b9e43a5daae3945867bc9b1ed76bafee
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Aug  5 19:18:50 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  9 20:47:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ee6ba9

x11-misc/sddm: use elog instead of einfo for messages to users

Closes: https://github.com/gentoo/gentoo/pull/9463

 x11-misc/sddm/sddm-0.18.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/sddm/sddm-0.18.0.ebuild b/x11-misc/sddm/sddm-0.18.0.ebuild
index e182c190190..4763b8f4f54 100644
--- a/x11-misc/sddm/sddm-0.18.0.ebuild
+++ b/x11-misc/sddm/sddm-0.18.0.ebuild
@@ -85,9 +85,9 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Starting with 0.18.0, SDDM no longer installs /etc/sddm.conf"
-       einfo "Use it to override specific options. SDDM defaults are now"
-       einfo "found in: /usr/share/sddm/sddm.conf.d/00default.conf"
+       elog "Starting with 0.18.0, SDDM no longer installs /etc/sddm.conf"
+       elog "Use it to override specific options. SDDM defaults are now"
+       elog "found in: /usr/share/sddm/sddm.conf.d/00default.conf"
 
        enewgroup ${PN}
        enewuser ${PN} -1 -1 /var/lib/${PN} ${PN},video

Reply via email to