diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-07-15 18:02:58 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-07-15 18:02:58 +0000 |
commit | 655e6b27513a9439d1d547c1bbf204d4fe0bc588 (patch) | |
tree | 11e6e7f59a0c008e745470207c39a59f51b33b1d /net-p2p/gift | |
parent | mask File-Spec-0.84-r1 (diff) | |
download | gentoo-2-655e6b27513a9439d1d547c1bbf204d4fe0bc588.tar.gz gentoo-2-655e6b27513a9439d1d547c1bbf204d4fe0bc588.tar.bz2 gentoo-2-655e6b27513a9439d1d547c1bbf204d4fe0bc588.zip |
Add einfo about support questions
Diffstat (limited to 'net-p2p/gift')
-rw-r--r-- | net-p2p/gift/Manifest | 2 | ||||
-rw-r--r-- | net-p2p/gift/gift-0.11.1.ebuild | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-p2p/gift/Manifest b/net-p2p/gift/Manifest index 96ff7b70d87c..4ea2a9cb04c5 100644 --- a/net-p2p/gift/Manifest +++ b/net-p2p/gift/Manifest @@ -1,3 +1,3 @@ -MD5 fa48fb1f813b0e053c9755b091af334d gift-0.11.1.ebuild 1314 +MD5 22d20bcd34114de3ba2400eebfe053ee gift-0.11.1.ebuild 1559 MD5 6c1c290f3e25b197dae00921ebf31834 ChangeLog 396 MD5 93526e524a41a4a69c2bce58826b062e files/digest-gift-0.11.1 64 diff --git a/net-p2p/gift/gift-0.11.1.ebuild b/net-p2p/gift/gift-0.11.1.ebuild index 7e693f12a3cd..caa8e8b8a903 100644 --- a/net-p2p/gift/gift-0.11.1.ebuild +++ b/net-p2p/gift/gift-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.11.1.ebuild,v 1.1 2003/07/14 20:27:57 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.11.1.ebuild,v 1.2 2003/07/15 18:02:48 lostlogic Exp $ DESCRIPTION="A OpenFT, Gnutella and FastTrack p2p network client" HOMEPAGE="http://gift.sourceforge.net" @@ -45,5 +45,10 @@ src_install() { pkg_postinst() { einfo "First of all you need to run giFT-setup with your normal" einfo "user account to create the giFT configuration files." + echo + einfo "If you encounter issues with this package, please contact" + einfo "us via bugs.gentoo.org rather than attempting to contact" + einfo "the upstream developers, as they are hesitant to provide" + einfo "appropriate and polite support" } |