diff options
Diffstat (limited to 'net-p2p/gift-fasttrack')
-rw-r--r-- | net-p2p/gift-fasttrack/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild | 9 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-p2p/gift-fasttrack/ChangeLog b/net-p2p/gift-fasttrack/ChangeLog index b84241b91d14..3cf15d7b6fb1 100644 --- a/net-p2p/gift-fasttrack/ChangeLog +++ b/net-p2p/gift-fasttrack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gift-fasttrack -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.21 2004/12/10 18:12:13 squinky86 Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.22 2005/02/02 16:57:27 squinky86 Exp $ + + 02 Feb 2005; Jon Hood <squinky86@gentoo.org> gift-fasttrack-0.8.8.ebuild: + Fix postinstall information. *gift-fasttrack-0.8.8 (10 Dec 2004) diff --git a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild index 203cf5fdd8e0..6c3afe101780 100644 --- a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild +++ b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild,v 1.8 2004/08/25 17:58:26 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild,v 1.9 2005/02/02 16:57:27 squinky86 Exp $ IUSE="" diff --git a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild index 0e8291b3f06b..92e9444cf317 100644 --- a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild +++ b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild,v 1.1 2004/12/10 18:12:13 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild,v 1.2 2005/02/02 16:57:27 squinky86 Exp $ IUSE="" @@ -34,8 +34,9 @@ src_install() { } pkg_postinst() { - einfo "To run giFT with FastTrack support, run:" - einfo "\tgiFT -p /usr/lib/giFT/libFastTrack.so" + einfo "It is recommended that you re-run gift-setup as" + einfo "the user you will run the giFT daemon as:" + einfo "\tgift-setup" echo einfo "Alternatively you can add the following line to" einfo "your ~/.giFT/giftd.conf configuration file:" |