diff options
author | Roger Dingledine <arma@torproject.org> | 2006-06-09 02:20:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-06-09 02:20:42 +0000 |
commit | 11dcb7f4ae6a2c316e257de44c1b893f49ff311c (patch) | |
tree | 0517a486d986dab0c18ad7b0a38ebf3e7dde2ed4 /src | |
parent | bb18168fae7c0cb3132c667b90806492f56be00f (diff) | |
download | tor-11dcb7f4ae6a2c316e257de44c1b893f49ff311c.tar tor-11dcb7f4ae6a2c316e257de44c1b893f49ff311c.tar.gz |
try a better string at the top of torrc's autogenerated torrc.
svn:r6569
Diffstat (limited to 'src')
-rw-r--r-- | src/or/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c index c41903777..a11acb1a7 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 <b>options</b> * into the file <b>fname</b>. If the file already exists, and |