[or-cvs] and some comments

arma at seul.org arma at seul.org
Tue Dec 27 02:48:04 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	config.c 
Log Message:
and some comments


Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.467
retrieving revision 1.468
diff -u -p -d -r1.467 -r1.468
--- config.c	27 Dec 2005 02:46:53 -0000	1.467
+++ config.c	27 Dec 2005 02:48:02 -0000	1.468
@@ -3189,8 +3189,12 @@ validate_data_directory(or_options_t *op
   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"
 



More information about the tor-commits mailing list