summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2005-09-06 22:06:57 +0000
committerGustavo Felisberto <humpback@gentoo.org>2005-09-06 22:06:57 +0000
commit3dfb30a0f08d94416a0d15077634245e30c718eb (patch)
treec7ed9ba41afcde61145da4d643b0361a7a3caed5 /net-misc/tor/files
parentNew release, updating gtk+ version and fixing bug 102477 and bug 103068. (diff)
downloadgentoo-2-3dfb30a0f08d94416a0d15077634245e30c718eb.tar.gz
gentoo-2-3dfb30a0f08d94416a0d15077634245e30c718eb.tar.bz2
gentoo-2-3dfb30a0f08d94416a0d15077634245e30c718eb.zip
removing older version
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/tor/files')
-rw-r--r--net-misc/tor/files/digest-tor-0.0.9.101
-rw-r--r--net-misc/tor/files/torrc.sample.patch-0038
2 files changed, 0 insertions, 39 deletions
diff --git a/net-misc/tor/files/digest-tor-0.0.9.10 b/net-misc/tor/files/digest-tor-0.0.9.10
deleted file mode 100644
index 9092d831aaf1..000000000000
--- a/net-misc/tor/files/digest-tor-0.0.9.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d2d0b14ec3feafa77546b86bf872a141 tor-0.0.9.10.tar.gz 558945
diff --git a/net-misc/tor/files/torrc.sample.patch-00 b/net-misc/tor/files/torrc.sample.patch-00
deleted file mode 100644
index 71655303e024..000000000000
--- a/net-misc/tor/files/torrc.sample.patch-00
+++ /dev/null
@@ -1,38 +0,0 @@
---- torrc.sample.in.orig 2005-02-11 12:40:47.633092872 +0000
-+++ torrc.sample.in 2005-02-11 12:47:01.107316160 +0000
-@@ -6,6 +6,10 @@
- # On Windows, Tor will look for the configuration file in someplace like
- # "Application Data\tor\torrc" or "Application Data\<username>\tor\torrc"
-
-+## Default username and group the server will run as
-+User tor
-+Group tor
-+
- ## Replace this with "SocksPort 0" if you don't want clients to connect.
- SocksPort 9050 # what port to advertise for application connections
- SocksBindAddress 127.0.0.1 # accept connections only from localhost
-@@ -36,6 +40,7 @@
- #Log notice syslog
- ## To send all messages to stderr:
- #Log debug stderr
-+Log notice file /var/log/tor/tor.log
-
- ## Uncomment this to start the process in the background... or use
- ## --runasdaemon 1 on the command line.
-@@ -53,6 +58,7 @@
- ## The directory for keeping all the keys/etc. By default, we store
- ## things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
- #DataDirectory @LOCALSTATEDIR@/lib/tor
-+DataDirectory /var/lib/tor/data
-
- ############### This section is just for location-hidden services ###
-
-@@ -106,3 +112,8 @@
- #ExitPolicy reject 192.168.0.1:*
- #ExitPolicy reject *:*
-
-+##Banwidth policies, see
-+##http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ for more info
-+#BandwidthRate 25 kb
-+#BandwidthBurst 50 mb
-+