x11-misc/sddm: use elog instead of einfo for messages to users
authorFrancesco Turco <fturco@fastmail.fm>
Sun, 5 Aug 2018 19:18:50 +0000 (21:18 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 9 Aug 2018 20:47:57 +0000 (22:47 +0200)
Closes: https://github.com/gentoo/gentoo/pull/9463

x11-misc/sddm/sddm-0.18.0.ebuild

index e182c190190753be793d80b1d16e66a7dd6579b7..4763b8f4f54a4ca591f4f9763285b0c32444deba 100644 (file)
@@ -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