[or-cvs] make the comment next to RunAsDaemon mention that it is a n...

arma at seul.org arma at seul.org
Sun Jun 26 08:59:03 UTC 2005


Update of /home2/or/cvsroot/tor/src/config
In directory moria:/home/arma/work/onion/cvs/tor/src/config

Modified Files:
	torrc.sample.in 
Log Message:
make the comment next to RunAsDaemon mention that it is a noop on win32


Index: torrc.sample.in
===================================================================
RCS file: /home2/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- torrc.sample.in	9 Jun 2005 10:42:25 -0000	1.59
+++ torrc.sample.in	26 Jun 2005 08:59:01 -0000	1.60
@@ -45,7 +45,8 @@
 #Log debug stderr
 
 ## Uncomment this to start the process in the background... or use
-## --runasdaemon 1 on the command line.
+## --runasdaemon 1 on the command line. This is ignored on Windows;
+## see the FAQ entry if you want Tor to run as an NT service.
 #RunAsDaemon 1
 
 ## Tor only trusts directories signed with one of these keys, and



More information about the tor-commits mailing list