[svn] commit: r3695 - in /trunk/src/bin: xfrin/b10-xfrin.xml xfrout/b10-xfrout.xml xfrout/xfrout.spec.pre.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Dec 1 20:26:59 UTC 2010
Author: jelte
Date: Wed Dec 1 20:26:58 2010
New Revision: 3695
Log:
remove the unused db_file configuration setting (xfrout takes it file from auth settings)
Modified:
trunk/src/bin/xfrin/b10-xfrin.xml
trunk/src/bin/xfrout/b10-xfrout.xml
trunk/src/bin/xfrout/xfrout.spec.pre.in
Modified: trunk/src/bin/xfrin/b10-xfrin.xml
==============================================================================
--- trunk/src/bin/xfrin/b10-xfrin.xml (original)
+++ trunk/src/bin/xfrin/b10-xfrin.xml Wed Dec 1 20:26:58 2010
@@ -149,7 +149,6 @@
the authoritative server to transfer from,
and <varname>port</varname> to define the port number on the
authoritative server (defaults to 53).
-<!-- TODO: note: not documenting db_file since that will be removed. -->
</para>
<!-- TODO: later hostname for master? -->
Modified: trunk/src/bin/xfrout/b10-xfrout.xml
==============================================================================
--- trunk/src/bin/xfrout/b10-xfrout.xml (original)
+++ trunk/src/bin/xfrout/b10-xfrout.xml Wed Dec 1 20:26:58 2010
@@ -92,13 +92,6 @@
<title>CONFIGURATION AND COMMANDS</title>
<para>
The configurable settings are:
- </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>.
-<!-- TODO: db_file will be removed -->
</para>
<para>
<varname>transfers_out</varname>
Modified: trunk/src/bin/xfrout/xfrout.spec.pre.in
==============================================================================
--- trunk/src/bin/xfrout/xfrout.spec.pre.in (original)
+++ trunk/src/bin/xfrout/xfrout.spec.pre.in Wed Dec 1 20:26:58 2010
@@ -7,12 +7,6 @@
"item_type": "integer",
"item_optional": false,
"item_default": 10
- },
- {
- "item_name": "db_file",
- "item_type": "string",
- "item_optional": false,
- "item_default": "@@LOCALSTATEDIR@@/@PACKAGE@/zone.sqlite3"
},
{
"item_name": "log_name",
More information about the bind10-changes
mailing list