summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/tor/tor-0.1.0.18.ebuild')
-rw-r--r--net-misc/tor/tor-0.1.0.18.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/tor/tor-0.1.0.18.ebuild b/net-misc/tor/tor-0.1.0.18.ebuild
index 7748bce91741..af4a27ec6e68 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.7 2006/09/11 10:59:31 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.1.0.18.ebuild,v 1.8 2006/10/21 16:22:10 humpback Exp $
inherit eutils flag-o-matic
@@ -60,6 +60,7 @@ pkg_postinst() {
einfo "You must create /etc/tor/torrc, you can use the sample that is in that directory"
einfo "To have privoxy and tor working together you must add:"
einfo "forward-socks4a / localhost:9050 ."
+ ewarn "(notice the . at the end of the line)"
einfo "to /etc/privoxy/config"
einfo
einfo "The Tor ebuild now includes chroot support."