BIND 10 master, updated. 1db082c00f5f3760c0959e4f4008ba5e5d0e491e [master] for bind. zone change wording from "static" to "built-in"
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 3 21:37:19 UTC 2013
The branch, master has been updated
via 1db082c00f5f3760c0959e4f4008ba5e5d0e491e (commit)
from c9de713dfe88ac13976d31dafb28a928d95fb239 (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 1db082c00f5f3760c0959e4f4008ba5e5d0e491e
Author: Jeremy C. Reed <jreed at isc.org>
Date: Wed Apr 3 16:36:33 2013 -0500
[master] for bind. zone change wording from "static" to "built-in"
acknowledged on jabber
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 583ee60..dd8ec50 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -2487,8 +2487,8 @@ can use various data source backends.
<para>
The configuration is located in data_sources/classes. Each item there
represents one RR class and a list used to answer queries for that
- class. The default contains two classes. The CH class contains a static
- data source — one that serves things like
+ class. The default contains two classes. The CH class contains a
+ built-in data source — one that serves things like
<quote>AUTHORS.BIND.</quote>. The IN class contains single SQLite3
data source with database file located at
<filename>/usr/local/var/bind10/zone.sqlite3</filename>.
@@ -2555,7 +2555,7 @@ can use various data source backends.
</para>
<para>
- First, let's disable the static data source
+ First, let's disable the built-in data source
(<quote>VERSION.BIND</quote> and friends). As it is the only
data source in the CH class, we can remove the whole class.
More information about the bind10-changes
mailing list