[or-cvs] update control spec to reflect our new SETCONF behavior

arma at seul.org arma at seul.org
Tue Sep 13 22:36:13 UTC 2005


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

Modified Files:
	control-spec.txt 
Log Message:
update control spec to reflect our new SETCONF behavior


Index: control-spec.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- control-spec.txt	8 Sep 2005 03:18:29 -0000	1.53
+++ control-spec.txt	13 Sep 2005 22:36:11 -0000	1.54
@@ -110,9 +110,9 @@
 
   Tor behaves as though it had just read each of the key-value pairs
   from its configuration file.  Keywords with no corresponding values have
-  their configuration values reset to their defaults.  SETCONF is
-  all-or-nothing: if there is an error in any of the configuration settings,
-  Tor sets none of them.
+  their configuration values reset to 0 or "" (use RESETCONF if you want
+  to set it back to its default).  SETCONF is all-or-nothing: if there
+  is an error in any of the configuration settings, Tor sets none of them.
 
   Tor responds with a "250 configuration values set" reply on success.
   Tor responds with a "513 syntax error in configuration values" reply on



More information about the tor-commits mailing list