commit: 8ef43c4ae0c8db0efcae8bd3bc545cb2060f673c
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 3 16:37:59 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> 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
}