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-gnutella
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-gnutella')
-rw-r--r--net-p2p/gift-gnutella/ChangeLog6
-rw-r--r--net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/gift-gnutella/ChangeLog b/net-p2p/gift-gnutella/ChangeLog
index 03ed5d8c27b1..cc084f516f4e 100644
--- a/net-p2p/gift-gnutella/ChangeLog
+++ b/net-p2p/gift-gnutella/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/gift-gnutella
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/ChangeLog,v 1.13 2004/07/06 21:28:29 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/ChangeLog,v 1.14 2004/07/18 17:26:30 squinky86 Exp $
+
+ 18 Jul 2004; Jon Hood <squinky86@gentoo.org> gift-gnutella-0.0.9.2.ebuild:
+ fix gift.conf -> giftd.conf typo; thanks Bill Skellenger
+ <william@skellenger.net>, #57425
06 Jul 2004; Jon Hood <squinky86@gentoo.org> gift-gnutella-0.0.9.2.ebuild:
fix R/DEPEND irt #34161, thanks Tom Forsythe <gentoobugs@animelover.com>
diff --git a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild
index ae705a5eaebd..badca8463c7a 100644
--- a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild
+++ b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.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-gnutella/gift-gnutella-0.0.9.2.ebuild,v 1.10 2004/07/06 21:28:29 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild,v 1.11 2004/07/18 17:26:30 squinky86 Exp $
IUSE=""
@@ -36,7 +36,7 @@ pkg_postinst() {
einfo "giFT -p /usr/lib/giFT/libGnutella.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 = Gnutella"
}