From: Roger Dingledine Date: Fri, 9 Jun 2006 02:20:42 +0000 (+0000) Subject: try a better string at the top of torrc's autogenerated torrc. X-Git-Tag: tor-0.1.1.23~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11dcb7f4ae6a2c316e257de44c1b893f49ff311c;p=thirdparty%2Ftor.git try a better string at the top of torrc's autogenerated torrc. svn:r6569 --- diff --git a/src/or/config.c b/src/or/config.c index c419037774..a11acb1a73 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -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 options * into the file fname. If the file already exists, and