summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-10-15 07:27:29 +0000
committerRoger Dingledine <arma@torproject.org>2003-10-15 07:27:29 +0000
commit4f1a84b77286b0bfd9841ec5f19bf8704e9fbfcf (patch)
tree7163318d40a5c416d734ec5344c83f04930695ae
parentb24b846069755c22afcdedb0981f01a10395f53a (diff)
downloadtor-4f1a84b77286b0bfd9841ec5f19bf8704e9fbfcf.tar.gz
tor-4f1a84b77286b0bfd9841ec5f19bf8704e9fbfcf.zip
and in OP config files
svn:r589
-rw-r--r--src/config/oprc4
-rw-r--r--src/config/torrc.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/config/oprc b/src/config/oprc
index 4ed2827fb5..ce86f32adf 100644
--- a/src/config/oprc
+++ b/src/config/oprc
@@ -1,8 +1,8 @@
# Configuration file for a typical tor client
# (listen for applications only)
-# List of routers. Tor nodes only know about the directory servers
-# at the beginning, and from them they get a list of currently up nodes.
+# List of routers. Tor nodes start out knowing about the directory
+# servers, and from them they get a list of currently up nodes.
RouterFile ../config/dirservers
# Ports for various services. Comment out if you're not running that
diff --git a/src/config/torrc.in b/src/config/torrc.in
index eabdabe2e6..361840e4e5 100644
--- a/src/config/torrc.in
+++ b/src/config/torrc.in
@@ -1,8 +1,8 @@
# Configuration file for a typical tor client
# (listen for applications only)
-# List of routers. Tor nodes only know about the directory servers
-# at the beginning, and from them they get a list of currently up nodes.
+# List of routers. Tor nodes start out knowing about the directory
+# servers, and from them they get a list of currently up nodes.
RouterFile @CONFDIR@/dirservers
# Ports for various services. Comment out if you're not running that