[or-cvs] Merge RPM spec patch from jbash
Nick Mathewson
nickm at seul.org
Thu Nov 4 15:17:24 UTC 2004
Update of /home/or/cvsroot/src/config
In directory moria.mit.edu:/tmp/cvs-serv2904/src/config
Modified Files:
torrc.sample.in
Log Message:
Merge RPM spec patch from jbash
Index: torrc.sample.in
===================================================================
RCS file: /home/or/cvsroot/src/config/torrc.sample.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- torrc.sample.in 26 Oct 2004 21:48:41 -0000 1.24
+++ torrc.sample.in 4 Nov 2004 15:17:22 -0000 1.25
@@ -17,23 +17,23 @@
# Other choices (not advised) are entry,exit,introduction.
AllowUnverifiedNodes middle,rendezvous
-# By default, we send log messages to stdout. If you want
-# them to go somewhere else, uncomment one or more of these example
-# configurations.
-### Send all messages of level 'warn' or higher to /var/log/tor/warnings
-#LogFile /var/log/tor/warnings
+# Logs go to stdout unless redirected by something else, like one of
+# the below lines, or --logfile on the command line.
+### Send all messages of level 'warn' or higher to @LOCALSTATEDIR@/log/tor/warnings
+#LogFile @LOCALSTATEDIR@/log/tor/warnings
#LogLevel warn
-### Send all debug and info messages to /var/log/tor/debug
-#LogFile /var/log/tor/debug
+### Send all debug and info messages to @LOCALSTATEDIR@/log/tor/debug
+#LogFile @LOCALSTATEDIR@/log/tor/debug
#LogLevel debug-info
-### Send all debug messages ONLY to /var/log/tor/debug
-#LogFile /var/log/tor/debug
+### Send all debug messages ONLY to @LOCALSTATEDIR@/log/tor/debug
+#LogFile @LOCALSTATEDIR@/log/tor/debug
#LogLevel debug-debug
### To use the system log instead of Tor's logfiles, uncomment these lines:
#SysLog
#LogLevel notice
-# Uncomment this to start the process in the background
+# Uncomment this to start the process in the background... or use
+# --runasdaemon 1 on the command line.
#RunAsDaemon 1
# The three trusted directory servers on the current Tor network.
@@ -52,11 +52,11 @@
## your configuration. See the README for details.
## The directory for keeping all the keys/etc for this server
-#DataDirectory @LOCALSTATEDIR@/lib/tor
+DataDirectory @LOCALSTATEDIR@/lib/tor
-#Nickname moria # A unique handle for this server
-#Address moria.seul.org # The IP or fqdn for this server
-#ContactInfo 1024D/28988BF5 Roger Dingledine <arma at mit.edu>
+#Nickname ididntedithtconfig # A unique handle for this server
+#Address noname.example.com # The IP or fqdn for this server
+#ContactInfo 1234D/FFFFFFFF Random Person <nobody at example.com>
#ORPort 9001 # where to listen for tor connections
# If you want to listen on a port other than the one advertised
More information about the tor-commits
mailing list