summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-04-03 12:37:59 -0400
committerMike Gilbert <floppym@gentoo.org>2016-04-03 12:40:52 -0400
commit8ef43c4ae0c8db0efcae8bd3bc545cb2060f673c (patch)
tree41135d66c54f796608d2388a39df54b5411ccd6a /sys-apps/dbus
parentsci-biology/cufflinks: Remove old (diff)
downloadgentoo-8ef43c4ae0c8db0efcae8bd3bc545cb2060f673c.tar.gz
gentoo-8ef43c4ae0c8db0efcae8bd3bc545cb2060f673c.tar.bz2
gentoo-8ef43c4ae0c8db0efcae8bd3bc545cb2060f673c.zip
sys-apps/dbus: Fix spelling/grammar in user-session warning
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r--sys-apps/dbus/dbus-1.10.8-r1.ebuild12
1 files 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 dd38eb2b9c1c..97e1f308d10d 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
}