[or-cvs] r14843: Move all stored data into a specific directory rather than j (check/trunk/cgi-bin)
ioerror at seul.org
ioerror at seul.org
Fri May 30 07:14:22 UTC 2008
Author: ioerror
Date: 2008-05-30 03:14:22 -0400 (Fri, 30 May 2008)
New Revision: 14843
Modified:
check/trunk/cgi-bin/TorBulkExitList.py
Log:
Move all stored data into a specific directory rather than just tossing files into /tmp
Modified: check/trunk/cgi-bin/TorBulkExitList.py
===================================================================
--- check/trunk/cgi-bin/TorBulkExitList.py 2008-05-30 07:06:17 UTC (rev 14842)
+++ check/trunk/cgi-bin/TorBulkExitList.py 2008-05-30 07:14:22 UTC (rev 14843)
@@ -9,7 +9,7 @@
DNS.ParseResolvConf()
def bulkCheck(RemoteServerIP):
- parsedExitList = "/tmp/parsed-exit-list"
+ parsedExitList = "/tmp/TorBulkCheck/parsed-exit-list"
cacheFile = parsedExitList + "-" + RemoteServerIP + ".cache"
confirmedExits = []
@@ -83,7 +83,7 @@
"""
maxListAge = 1600
- parsedExitList = "/tmp/parsed-exit-list"
+ parsedExitList = "/tmp/TorBulkCheck/parsed-exit-list"
try:
# They may be a directory and so this would all fail.
More information about the tor-commits
mailing list