From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A48B159CAF for ; Sun, 3 Apr 2016 16:40:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B7C721C024; Sun, 3 Apr 2016 16:40:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E280F21C024 for ; Sun, 3 Apr 2016 16:40:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EC99340CC9 for ; Sun, 3 Apr 2016 16:40:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDA7D82 for ; Sun, 3 Apr 2016 16:40:55 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1459701652.8ef43c4ae0c8db0efcae8bd3bc545cb2060f673c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dbus/dbus-1.10.8-r1.ebuild X-VCS-Directories: sys-apps/dbus/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 8ef43c4ae0c8db0efcae8bd3bc545cb2060f673c X-VCS-Branch: master Date: Sun, 3 Apr 2016 16:40:55 +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: d34c16af-1a55-4897-b776-f3c840c331a3 X-Archives-Hash: 3057e199c96994ab0e840bb87048dac3 commit: 8ef43c4ae0c8db0efcae8bd3bc545cb2060f673c Author: Mike Gilbert gentoo org> AuthorDate: Sun Apr 3 16:37:59 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Apr 3 16:40:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef43c4a sys-apps/dbus: Fix spelling/grammar in user-session warning sys-apps/dbus/dbus-1.10.8-r1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-apps/dbus/dbus-1.10.8-r1.ebuild b/sys-apps/dbus/dbus-1.10.8-r1.ebuild index dd38eb2..97e1f30 100644 --- a/sys-apps/dbus/dbus-1.10.8-r1.ebuild +++ b/sys-apps/dbus/dbus-1.10.8-r1.ebuild @@ -255,14 +255,14 @@ pkg_postinst() { fi if use user-session; then - ewarn "You have enabled used-session, please note this can cause" - ewarn "bogus behaviors in several DBUS consumers due to they" - ewarn "not being prepared for this dbus activation method yet" + ewarn "You have enabled user-session. Please note this can cause" + ewarn "bogus behaviors in several dbus consumers that are not prepared" + ewarn "for this dbus activation method yet." ewarn - ewarn "Please take a look to the following link for understanding" - ewarn "the change:" + ewarn "See the following link for background on this change:" ewarn "https://lists.freedesktop.org/archives/systemd-devel/2015-January/027711.html" - ewarn "You can also take a look to the already known issues at:" + ewarn + ewarn "Known issues are tracked here:" ewarn "https://bugs.gentoo.org/show_bug.cgi?id=576028" fi }