summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-10-15 07:26:39 +0000
committerRoger Dingledine <arma@torproject.org>2003-10-15 07:26:39 +0000
commitb24b846069755c22afcdedb0981f01a10395f53a (patch)
tree2c051dea217f066ff202e22fac432fefc9064991
parenta54a65dfb68b41bf86c5d3e72f33beb6773c6983 (diff)
downloadtor-b24b846069755c22afcdedb0981f01a10395f53a.tar.gz
tor-b24b846069755c22afcdedb0981f01a10395f53a.zip
less confusing comments in config files
svn:r588
-rw-r--r--src/config/sample-orrc4
-rw-r--r--src/config/sample-server-torrc.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/config/sample-orrc b/src/config/sample-orrc
index 83d3539908..7a619710ae 100644
--- a/src/config/sample-orrc
+++ b/src/config/sample-orrc
@@ -14,7 +14,7 @@ APPort 9024 # listening for socks-speaking connections
# Leave this set, or we'll be treated like a client.
OnionRouter 1
-# 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
diff --git a/src/config/sample-server-torrc.in b/src/config/sample-server-torrc.in
index d0005fd81f..3bb0f21629 100644
--- a/src/config/sample-server-torrc.in
+++ b/src/config/sample-server-torrc.in
@@ -14,7 +14,7 @@ APPort 9024 # listening for socks-speaking connections
# Leave this set, or we'll be treated like a client.
OnionRouter 1
-# 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