[svn] commit: r2873 - /trunk/src/bin/xfrout/b10-xfrout.xml
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Sep 8 20:20:26 UTC 2010
Author: jreed
Date: Wed Sep 8 20:20:25 2010
New Revision: 2873
Log:
Fix configuration item name (dash to underscore).
Also alphabetize the configurations while here.
(no review, is minor)
Modified:
trunk/src/bin/xfrout/b10-xfrout.xml
Modified: trunk/src/bin/xfrout/b10-xfrout.xml
==============================================================================
--- trunk/src/bin/xfrout/b10-xfrout.xml (original)
+++ trunk/src/bin/xfrout/b10-xfrout.xml Wed Sep 8 20:20:25 2010
@@ -93,15 +93,15 @@
The configurable settings are:
</para>
<para>
- <varname>transfers-out</varname>
- defines the maximum number of outgoing zone transfers
- that can run concurrently. The default is 10.
- </para>
- <para>
<varname>db_file</varname>
defines the path to the SQLite3 data store file.
The default is
<filename>/usr/local/var/bind10-devel/zone.sqlite3</filename>.
+ </para>
+ <para>
+ <varname>transfers_out</varname>
+ defines the maximum number of outgoing zone transfers
+ that can run concurrently. The default is 10.
</para>
<note><simpara>
More information about the bind10-changes
mailing list