summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-07-18 17:26:49 +0000
committerJon Hood <squinky86@gentoo.org>2004-07-18 17:26:49 +0000
commit6d1bd70206c668b2109f4433c57287ca240f4015 (patch)
tree0554bfc0a6f88a2fe4eb2e8be47813bfef7392b6 /net-p2p/gift-fasttrack
parentClosing #57381. (diff)
downloadhistorical-6d1bd70206c668b2109f4433c57287ca240f4015.tar.gz
historical-6d1bd70206c668b2109f4433c57287ca240f4015.tar.bz2
historical-6d1bd70206c668b2109f4433c57287ca240f4015.zip
fix gift.conf -> giftd.conf typo, #57425
Diffstat (limited to 'net-p2p/gift-fasttrack')
-rw-r--r--net-p2p/gift-fasttrack/ChangeLog6
-rw-r--r--net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/gift-fasttrack/ChangeLog b/net-p2p/gift-fasttrack/ChangeLog
index 211154ac3b67..d51b40847975 100644
--- a/net-p2p/gift-fasttrack/ChangeLog
+++ b/net-p2p/gift-fasttrack/ChangeLog
@@ -1,6 +1,10 @@
# 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.19 2004/07/06 21:23:37 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.20 2004/07/18 17:26:49 squinky86 Exp $
+
+ 18 Jul 2004; Jon Hood <squinky86@gentoo.org> gift-fasttrack-0.8.7.ebuild:
+ fix gift.conf -> giftd.conf typo; thanks Bill Skellenger
+ <william@skellenger.net>, #57425
06 Jul 2004; Jon Hood <squinky86@gentoo.org> gift-fasttrack-0.8.7.ebuild:
fix R/DEPEND irt #34161, thanks Tom Forsythe <gentoobugs@animelover.com>
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 cb01d67b8b32..5da5312ba7d9 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
# 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.6 2004/07/06 21:23:37 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild,v 1.7 2004/07/18 17:26:49 squinky86 Exp $
IUSE=""
@@ -38,6 +38,6 @@ pkg_postinst() {
einfo "giFT -p /usr/lib/giFT/libFastTrack.so"
echo
einfo "Alternatively you can add the following line to"
- einfo "your ~/.giFT/gift.conf configuration file:"
+ einfo "your ~/.giFT/giftd.conf configuration file:"
einfo "plugins = OpenFT:FastTrack"
}