[or-cvs] [tor/master 4/7] Fix the path to the exit-notice file in torrc.sample

nickm at torproject.org nickm at torproject.org
Tue Feb 9 18:01:50 UTC 2010


Author: Sebastian Hahn <sebastian at torproject.org>
Date: Mon, 8 Feb 2010 23:33:22 +0100
Subject: Fix the path to the exit-notice file in torrc.sample
Commit: 0e0c31b1b863bd996262e49d8df005e99ba8d5bc

Also reword it slightly to reflect the fact that no packagers
ship the file.
---
 src/config/torrc.sample.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index c3b4585..dbbf19f 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -129,8 +129,9 @@ SocksListenAddress 127.0.0.1 # accept connections only from localhost
 #DirListenAddress 0.0.0.0:9091
 ## Uncomment to return an arbitrary blob of html on your DirPort. Now you
 ## can explain what Tor is if anybody wonders why your IP address is
-## contacting them. See contrib/tor-exit-notice.html for a sample.
-#DirPortFrontPage /etc/tor/exit-notice.html
+## contacting them. See contrib/tor-exit-notice.html in Tor's source
+## distribution for a sample.
+#DirPortFrontPage @CONFDIR@/tor-exit-notice.html
 
 ## Uncomment this if you run more than one Tor relay, and add the identity
 ## key fingerprint of each Tor relay you control, even if they're on
-- 
1.6.5




More information about the tor-commits mailing list