[or-cvs] try a better string at the top of torrc"s autogenerated tor...

arma at seul.org arma at seul.org
Fri Jun 9 02:20:44 UTC 2006


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

Modified Files:
	config.c 
Log Message:
try a better string at the top of torrc's autogenerated torrc.


Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.564
retrieving revision 1.565
diff -u -p -d -r1.564 -r1.565
--- config.c	7 Jun 2006 09:18:53 -0000	1.564
+++ config.c	9 Jun 2006 02:20:42 -0000	1.565
@@ -3289,8 +3289,8 @@ validate_data_directory(or_options_t *op
   "if you edit it, comments will not be preserved"
 /** This string can change; it tries to give the reader an idea
  * that editing this file by hand is not a good plan. */
-#define GENERATED_FILE_COMMENT "# If you want a config file with " \
-  "comments, look for torrc.orig.1 or similar"
+#define GENERATED_FILE_COMMENT "# The old torrc file was renamed " \
+  "to torrc.orig.1 or similar, and Tor will ignore it"
 
 /** Save a configuration file for the configuration in <b>options</b>
  * into the file <b>fname</b>.  If the file already exists, and



More information about the tor-commits mailing list