[or-cvs] r12894: sync the bridgedb.conf file with what i'm actually using (bridgedb/trunk)

arma at seul.org arma at seul.org
Fri Dec 21 05:53:19 UTC 2007


Author: arma
Date: 2007-12-21 00:53:19 -0500 (Fri, 21 Dec 2007)
New Revision: 12894

Modified:
   bridgedb/trunk/bridgedb.conf
Log:
sync the bridgedb.conf file with what i'm actually using


Modified: bridgedb/trunk/bridgedb.conf
===================================================================
--- bridgedb/trunk/bridgedb.conf	2007-12-21 05:46:37 UTC (rev 12893)
+++ bridgedb/trunk/bridgedb.conf	2007-12-21 05:53:19 UTC (rev 12894)
@@ -16,8 +16,12 @@
 
 # Files from which we read descriptors on start and SIGHUP
 # XXXX SIGHUP not implemented.
-BRIDGE_FILES = [ "./cached-descriptors", "./cached-descriptors.new" ]
+BRIDGE_FILES = [ "./bridge-descriptors" ]
 
+# File from which we read routerstatus entries, for learning which
+# current bridges are Running.
+STATUS_FILE = "networkstatus-bridges"
+
 # Only consider routers whose purpose matches this string.
 BRIDGE_PURPOSE = "bridge"
 # File to store persistent info in.



More information about the tor-commits mailing list