[deployment-guide/comm-rel: 347/727] Updated the `include' statement description.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:53:51 UTC 2010


commit 6392a91b99eb51d9f43f06baf1c34aaebda70455
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Thu Aug 12 13:19:00 2010 +0200

    Updated the `include' statement description.

 en-US/The_BIND_DNS_Server.xml |   29 ++++++++++++++++-------------
 1 files changed, 16 insertions(+), 13 deletions(-)
---
diff --git a/en-US/The_BIND_DNS_Server.xml b/en-US/The_BIND_DNS_Server.xml
index f54a7d2..6e53af7 100644
--- a/en-US/The_BIND_DNS_Server.xml
+++ b/en-US/The_BIND_DNS_Server.xml
@@ -403,20 +403,23 @@ options {
             -->
           </listitem>
         </varlistentry>
+        <varlistentry>
+          <term><command>include</command></term>
+          <listitem>
+            <para>
+              The <command>include</command> statement allows you to include files in the <filename>/etc/named.conf</filename>, so that potentially sensitive data can be placed in a separate file with restricted permissions. It takes the following form:
+            </para>
+            <screen>include "<replaceable>file-name</replaceable>"</screen>
+            <para>
+              The <replaceable>file-name</replaceable> statement name is an absolute path to a file.
+            </para>
+            <example id="example-bind-namedconf-common-include">
+              <title>Including a file to <filename>/etc/named.conf</filename></title>
+              <screen>include "/etc/named.rfc1912.zones";</screen>
+            </example>
+          </listitem>
+        </varlistentry>
       </variablelist>
-      <section id="s3-bind-namedconf-state-inc">
-        <title><command>include</command> Statement</title>
-        <para>
-          The <command>include</command> statement allows files to be included in a <filename>named.conf</filename> file. In this way, sensitive configuration data (such as <command>keys</command>) can be placed in a separate file with restrictive permissions.
-        </para>
-        <para>
-          An <command>include</command> statement takes the following form:
-        </para>
-        <screen>include "<replaceable>&lt;file-name&gt;</replaceable>"</screen>
-        <para>
-          In this statement, <replaceable>&lt;file-name&gt;</replaceable> is replaced with an absolute path to a file.
-        </para>
-      </section>
       <section id="s3-bind-namedconf-state-opt">
         <title><command>options</command> Statement</title>
         <para>


More information about the docs-commits mailing list