[tor-commits] r24834: {check} missed on /tmp path. (check/trunk/cgi-bin)

Andrew Lewman andrew at torproject.org
Thu Jun 23 02:36:23 UTC 2011


Author: phobos
Date: 2011-06-23 02:36:23 +0000 (Thu, 23 Jun 2011)
New Revision: 24834

Modified:
   check/trunk/cgi-bin/TorBulkExitList.py
Log:
missed on /tmp path.


Modified: check/trunk/cgi-bin/TorBulkExitList.py
===================================================================
--- check/trunk/cgi-bin/TorBulkExitList.py	2011-06-23 02:33:10 UTC (rev 24833)
+++ check/trunk/cgi-bin/TorBulkExitList.py	2011-06-23 02:36:23 UTC (rev 24834)
@@ -9,7 +9,7 @@
 
 DNS.ParseResolvConf()
 def bulkCheck(RemoteServerIP, RemotePort):
-    parsedExitList = "/tmp/TorBulkCheck/parsed-exit-list"
+    parsedExitList = "/dev/shm/TorBulkCheck/parsed-exit-list"
     cacheFile = parsedExitList + "-" + RemoteServerIP +\
         "_" + RemotePort + ".cache"
     confirmedExits = []



More information about the tor-commits mailing list