diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-08-05 21:18:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-09 22:47:57 +0200 |
commit | a2ee6ba9b9e43a5daae3945867bc9b1ed76bafee (patch) | |
tree | 0a9f46a3f36f74ca236239fc49cdaf390e53e364 /x11-misc/sddm | |
parent | dev-util/sysdig: Bump to 0.23.0 (diff) | |
download | gentoo-a2ee6ba9b9e43a5daae3945867bc9b1ed76bafee.tar.gz gentoo-a2ee6ba9b9e43a5daae3945867bc9b1ed76bafee.tar.bz2 gentoo-a2ee6ba9b9e43a5daae3945867bc9b1ed76bafee.zip |
x11-misc/sddm: use elog instead of einfo for messages to users
Closes: https://github.com/gentoo/gentoo/pull/9463
Diffstat (limited to 'x11-misc/sddm')
-rw-r--r-- | x11-misc/sddm/sddm-0.18.0.ebuild | 6 |
1 files 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 e182c1901907..4763b8f4f54a 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 |