[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



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 = []

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits