]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
and some comments
authorRoger Dingledine <arma@torproject.org>
Tue, 27 Dec 2005 02:48:02 +0000 (02:48 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 27 Dec 2005 02:48:02 +0000 (02:48 +0000)
svn:r5656

src/or/config.c

index 481db2526aa447f7ff4e63cb15eaf06db5749864..25e456f40325c17600c8015701b7756bd9ed3b0e 100644 (file)
@@ -3189,8 +3189,12 @@ validate_data_directory(or_options_t *options)
   return 0;
 }
 
+/** This string must remain the same forevermore. It is how we
+ * recognize that the torrc file doesn't need to be backed up. */
 #define GENERATED_FILE_PREFIX "# This file was generated by Tor; " \
   "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"