BIND 10 trac1732, updated. 8a3564c8893c5b9df451ff29d58f65604740b310 [trac1732] datasource type is required
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Mar 28 15:17:13 UTC 2012
The branch, trac1732 has been updated
via 8a3564c8893c5b9df451ff29d58f65604740b310 (commit)
from 435436f1402c345fec712d923848f934999f3107 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8a3564c8893c5b9df451ff29d58f65604740b310
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed Mar 28 10:12:14 2012 -0500
[trac1732] datasource type is required
This was copied from manpage so fix there.
Noticed by jelte. And I confirmed:
2012-03-28 11:07:43.931 ERROR [b10-auth.auth] AUTH_CONFIG_UPDATE_FAIL update of configuration failed: Missing data source type
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 2 +-
src/bin/auth/b10-auth.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index f38b281..dcf7cd8 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -1326,7 +1326,7 @@ This may be a temporary setting until then.
<simpara>
<varname>datasources</varname> configures data sources.
The list items include:
- <varname>type</varname> to optionally choose the data source type
+ <varname>type</varname> to define the required data source type
(such as <quote>memory</quote>);
<varname>class</varname> to optionally select the class
(it defaults to <quote>IN</quote>);
diff --git a/src/bin/auth/b10-auth.xml b/src/bin/auth/b10-auth.xml
index 7575217..7f3a492 100644
--- a/src/bin/auth/b10-auth.xml
+++ b/src/bin/auth/b10-auth.xml
@@ -20,7 +20,7 @@
<refentry>
<refentryinfo>
- <date>March 1, 2012</date>
+ <date>March 28, 2012</date>
</refentryinfo>
<refmeta>
@@ -119,7 +119,7 @@
<para>
<varname>datasources</varname> configures data sources.
The list items include:
- <varname>type</varname> to optionally choose the data source type
+ <varname>type</varname> to define the required data source type
(such as <quote>memory</quote>);
<varname>class</varname> to optionally select the class
(it defaults to <quote>IN</quote>);
More information about the bind10-changes
mailing list