diff options
Diffstat (limited to 'net-misc/tor/tor-0.1.0.18.ebuild')
-rw-r--r-- | net-misc/tor/tor-0.1.0.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/tor/tor-0.1.0.18.ebuild b/net-misc/tor/tor-0.1.0.18.ebuild index 69c10dae0edb..7748bce91741 100644 --- a/net-misc/tor/tor-0.1.0.18.ebuild +++ b/net-misc/tor/tor-0.1.0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.1.0.18.ebuild,v 1.6 2006/08/30 13:51:19 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.1.0.18.ebuild,v 1.7 2006/09/11 10:59:31 humpback Exp $ inherit eutils flag-o-matic @@ -65,7 +65,7 @@ pkg_postinst() { einfo "The Tor ebuild now includes chroot support." einfo "If you like to run tor in chroot AND this is a new install OR" einfo "your tor doesn't already run in chroot, simply run:" - einfo "\`ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\`" + einfo "\`emerge --config =${CATEGORY}/${PF} \`" einfo "Before running the above command you might want to change the chroot" einfo "dir in /etc/conf.d/tor. Otherwise /chroot/tor will be used." } |