From c257c2e0301a0605bd038e52e4df72734ccd92dc Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Tue, 28 Feb 2012 22:35:35 -0600 Subject: [PATCH] [master] guide cleanup Sort one listitem. Mention b10-sockcreator, b10-stats-httpd. Briefly clarify about bindctl. --- doc/guide/bind10-guide.xml | 46 +++++++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 13 deletions(-) diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 8bc2bcbc38..5bc9d84e9f 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -170,15 +170,6 @@ - - - b10-msgq — - Message bus daemon. - This process coordinates communication between all of the other - BIND 10 processes. - - - b10-auth — @@ -203,6 +194,15 @@ + + + b10-msgq — + Message bus daemon. + This process coordinates communication between all of the other + BIND 10 processes. + + + b10-resolver — @@ -212,6 +212,15 @@ + + + b10-sockcreator — + Socket creator daemon. + This process creates sockets used by + network-listening BIND 10 processes. + + + b10-stats — @@ -220,6 +229,14 @@ + + + b10-stats-httpd — + HTTP server for statistics reporting. + This process reports statistics data in XML format over HTTP. + + + b10-xfrin — @@ -269,8 +286,9 @@ bindctl — 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. @@ -751,9 +769,11 @@ as a dependency earlier --> In its default configuration, the bind10 master process will also start up - b10-cmdctl for admins to communicate with the - system, b10-auth for authoritative DNS service, + b10-cmdctl for administration tools to + communicate with the system, + b10-auth for authoritative DNS service, b10-stats for statistics collection, + b10-stats-httpd for statistics reporting, b10-xfrin for inbound DNS zone transfers, b10-xfrout for outbound DNS zone transfers, and b10-zonemgr for secondary service.