]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] guide cleanup
authorJeremy C. Reed <jreed@ISC.org>
Wed, 29 Feb 2012 04:35:35 +0000 (22:35 -0600)
committerJeremy C. Reed <jreed@ISC.org>
Wed, 29 Feb 2012 04:35:35 +0000 (22:35 -0600)
Sort one listitem.

Mention b10-sockcreator, b10-stats-httpd.

Briefly clarify about bindctl.

doc/guide/bind10-guide.xml

index 8bc2bcbc387b3214925b5a2836e583c6a5b3b110..5bc9d84e9f45aacf97a6e92c76d2cf90e353c43d 100644 (file)
 
         <itemizedlist>
 
-          <listitem>
-            <simpara>
-              <command>b10-msgq</command> &mdash;
-              Message bus daemon.
-              This process coordinates communication between all of the other
-              BIND 10 processes.
-            </simpara>
-          </listitem>
-
           <listitem>
             <simpara>
               <command>b10-auth</command> &mdash;
             </simpara>
           </listitem>
 
+          <listitem>
+            <simpara>
+              <command>b10-msgq</command> &mdash;
+              Message bus daemon.
+              This process coordinates communication between all of the other
+              BIND 10 processes.
+            </simpara>
+          </listitem>
+
           <listitem>
             <simpara>
               <command>b10-resolver</command> &mdash;
             </simpara>
           </listitem>
 
+          <listitem>
+            <simpara>
+              <command>b10-sockcreator</command> &mdash;
+              Socket creator daemon.
+              This process creates sockets used by
+              network-listening BIND 10 processes.
+            </simpara>
+          </listitem>
+
           <listitem>
             <simpara>
               <command>b10-stats</command> &mdash;
             </simpara>
           </listitem>
 
+          <listitem>
+            <simpara>
+              <command>b10-stats-httpd</command> &mdash;
+              HTTP server for statistics reporting.
+              This process reports statistics data in XML format over HTTP.
+            </simpara>
+          </listitem>
+
           <listitem>
             <simpara>
               <command>b10-xfrin</command> &mdash;
             <simpara>
               <command>bindctl</command> &mdash;
               interactive administration interface.
-              This is a command-line tool which allows an administrator
-              to control BIND 10.
+              This is a low-level command-line tool which allows
+              a developer or an experienced administrator to control
+              BIND 10.
             </simpara>
           </listitem>
           <listitem>
@@ -751,9 +769,11 @@ as a dependency earlier -->
     <para>
       In its default configuration, the <command>bind10</command>
       master process will also start up
-      <command>b10-cmdctl</command> for admins to communicate with the
-      system, <command>b10-auth</command> for authoritative DNS service,
+      <command>b10-cmdctl</command> for administration tools to
+      communicate with the system,
+      <command>b10-auth</command> for authoritative DNS service,
       <command>b10-stats</command> for statistics collection,
+      <command>b10-stats-httpd</command> for statistics reporting,
       <command>b10-xfrin</command> for inbound DNS zone transfers,
       <command>b10-xfrout</command> for outbound DNS zone transfers,
       and <command>b10-zonemgr</command> for secondary service.