]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
try a better string at the top of torrc's autogenerated torrc.
authorRoger Dingledine <arma@torproject.org>
Fri, 9 Jun 2006 02:20:42 +0000 (02:20 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 9 Jun 2006 02:20:42 +0000 (02:20 +0000)
svn:r6569

src/or/config.c

index c419037774b3dd87b7c32b1f49ee1399275e925a..a11acb1a73dba99a98cc3ccec86b2d108709a644 100644 (file)
@@ -3289,8 +3289,8 @@ validate_data_directory(or_options_t *options)
   "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