]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac1732] datasource type is required
authorJeremy C. Reed <jreed@ISC.org>
Wed, 28 Mar 2012 15:12:14 +0000 (10:12 -0500)
committerJeremy C. Reed <jreed@ISC.org>
Wed, 28 Mar 2012 15:12:14 +0000 (10:12 -0500)
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

doc/guide/bind10-guide.xml
src/bin/auth/b10-auth.xml

index f38b281729e522ceb901ba3c2e7d4203db6093ea..dcf7cd87796a89891c8bd49edddf608781b95041 100644 (file)
@@ -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>);
index 75752176f5b950184914009f4397919516e42e7b..7f3a492dba58c63e8a7972643321cb957d6101cd 100644 (file)
@@ -20,7 +20,7 @@
 <refentry>
 
   <refentryinfo>
-    <date>March 1, 2012</date>
+    <date>March 28, 2012</date>
   </refentryinfo>
 
   <refmeta>
     <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>);