From: Jeremy C. Reed Date: Wed, 28 Mar 2012 15:12:14 +0000 (-0500) Subject: [trac1732] datasource type is required X-Git-Tag: trac2351_base~226^2~116^2~94^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a3564c8893c5b9df451ff29d58f65604740b310;p=thirdparty%2Fkea.git [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 --- diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index f38b281729..dcf7cd8779 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. datasources configures data sources. The list items include: - type to optionally choose the data source type + type to define the required data source type (such as memory); class to optionally select the class (it defaults to IN); diff --git a/src/bin/auth/b10-auth.xml b/src/bin/auth/b10-auth.xml index 75752176f5..7f3a492dba 100644 --- a/src/bin/auth/b10-auth.xml +++ b/src/bin/auth/b10-auth.xml @@ -20,7 +20,7 @@ - March 1, 2012 + March 28, 2012 @@ -119,7 +119,7 @@ datasources configures data sources. The list items include: - type to optionally choose the data source type + type to define the required data source type (such as memory); class to optionally select the class (it defaults to IN);