From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85E0B138334 for ; Thu, 9 Aug 2018 20:48:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84124E09BF; Thu, 9 Aug 2018 20:48:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F5AEE09BF for ; Thu, 9 Aug 2018 20:48:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21159335C71 for ; Thu, 9 Aug 2018 20:48:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B2B2385 for ; Thu, 9 Aug 2018 20:48:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1533847677.a2ee6ba9b9e43a5daae3945867bc9b1ed76bafee.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sddm/sddm-0.18.0.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a2ee6ba9b9e43a5daae3945867bc9b1ed76bafee X-VCS-Branch: master Date: Thu, 9 Aug 2018 20:48:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 65bb3943-a7ad-4773-a8e2-26faa2df121c X-Archives-Hash: 131e1fe0dcf2554aa78af20cace39289 commit: a2ee6ba9b9e43a5daae3945867bc9b1ed76bafee Author: Francesco Turco fastmail fm> AuthorDate: Sun Aug 5 19:18:50 2018 +0000 Commit: Andreas Sturmlechner gentoo 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