diff options
author | Jon Hood <squinky86@gentoo.org> | 2005-02-02 16:57:27 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2005-02-02 16:57:27 +0000 |
commit | e11cc02e800bff2a0ad7b9789ee2708c489fca0b (patch) | |
tree | ec58cfd78c2471f00bf55d199700eba28667a119 /net-p2p/gift-gnutella | |
parent | Initial commit, #78265. (diff) | |
download | gentoo-2-e11cc02e800bff2a0ad7b9789ee2708c489fca0b.tar.gz gentoo-2-e11cc02e800bff2a0ad7b9789ee2708c489fca0b.tar.bz2 gentoo-2-e11cc02e800bff2a0ad7b9789ee2708c489fca0b.zip |
Fix postinstall information.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-p2p/gift-gnutella')
-rw-r--r-- | net-p2p/gift-gnutella/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/gift-gnutella/gift-gnutella-0.0.10.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/gift-gnutella/ChangeLog b/net-p2p/gift-gnutella/ChangeLog index 0700ecf7ac0f..cdede1ca6483 100644 --- a/net-p2p/gift-gnutella/ChangeLog +++ b/net-p2p/gift-gnutella/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gift-gnutella # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/ChangeLog,v 1.18 2005/01/14 20:50:40 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/ChangeLog,v 1.19 2005/02/02 16:56:09 squinky86 Exp $ + + 02 Feb 2005; Jon Hood <squinky86@gentoo.org> gift-gnutella-0.0.10.ebuild: + Fix postinstall information. *gift-gnutella-0.0.10 (14 Jan 2005) diff --git a/net-p2p/gift-gnutella/gift-gnutella-0.0.10.ebuild b/net-p2p/gift-gnutella/gift-gnutella-0.0.10.ebuild index 37cb9293fd5e..3cef0cc4d0e0 100644 --- a/net-p2p/gift-gnutella/gift-gnutella-0.0.10.ebuild +++ b/net-p2p/gift-gnutella/gift-gnutella-0.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.10.ebuild,v 1.1 2005/01/14 20:50:40 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.10.ebuild,v 1.2 2005/02/02 16:56:09 squinky86 Exp $ inherit eutils @@ -34,8 +34,9 @@ src_install() { } pkg_postinst() { - einfo "To run giFT with Gnutella support, run:" - einfo "\tgiFT -p /usr/lib/giFT/libGnutella.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:" |