[or-cvs] backport the better string at the top of torrc"s autogenera...

arma at seul.org arma at seul.org
Sat Jun 10 00:59:41 UTC 2006


Update of /home/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/tor-011x/tor/src/or

Modified Files:
      Tag: tor-0_1_1-patches
	config.c 
Log Message:
backport the better string at the top of torrc's autogenerated torrc.


Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.554.2.6
retrieving revision 1.554.2.7
diff -u -p -d -r1.554.2.6 -r1.554.2.7
--- config.c	10 Jun 2006 00:32:31 -0000	1.554.2.6
+++ config.c	10 Jun 2006 00:59:39 -0000	1.554.2.7
@@ -3339,8 +3339,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