summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-04-16 16:13:14 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-04-16 16:13:14 +0000
commitbcc0bd82c4d513c6c84d100a737beef3bd5d0ab4 (patch)
treeb056dc851294175ad3d1bf134d5a3966982344ce /sys-apps/dbus/dbus-1.0.2-r2.ebuild
parentia64 stable wrt bug 170208 (diff)
downloadgentoo-2-bcc0bd82c4d513c6c84d100a737beef3bd5d0ab4.tar.gz
gentoo-2-bcc0bd82c4d513c6c84d100a737beef3bd5d0ab4.tar.bz2
gentoo-2-bcc0bd82c4d513c6c84d100a737beef3bd5d0ab4.zip
Change elog as per bug #168262
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-apps/dbus/dbus-1.0.2-r2.ebuild')
-rw-r--r--sys-apps/dbus/dbus-1.0.2-r2.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/sys-apps/dbus/dbus-1.0.2-r2.ebuild b/sys-apps/dbus/dbus-1.0.2-r2.ebuild
index fff745f99bcf..7aebe6424a04 100644
--- a/sys-apps/dbus/dbus-1.0.2-r2.ebuild
+++ b/sys-apps/dbus/dbus-1.0.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.0.2-r2.ebuild,v 1.5 2007/04/16 15:46:12 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.0.2-r2.ebuild,v 1.6 2007/04/16 16:13:14 cardoe Exp $
inherit eutils multilib autotools flag-o-matic
@@ -105,13 +105,8 @@ pkg_postinst() {
elog "you should add it to the default runlevel :"
elog "\`rc-update add dbus default\`"
elog
- elog "If dbus is already installed and running,"
- elog "run etc-update and then run the following:"
- elog "\`/etc/init.d/dbus reload\`"
- elog "This will cause it to reload it's configs but"
- elog "*not* run the newest version you just installed."
- elog "You must tell it to restart for that to happen,"
- elog "however not all apps can handle a D-Bus restart."
+ elog "Somme applications require a session bus in addition to the system"
+ elog "bus. Please see \`man dbus-launch\` for more information."
elog
ewarn
ewarn "You MUST run 'revdep-rebuild' after emerging this package"