From: Jeremy C. Reed Date: Wed, 29 Feb 2012 04:28:50 +0000 (-0600) Subject: [master] manpage improvements X-Git-Tag: trac2351_base~226^2~116^2~154 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d0b7b1cbf42fd7a92e09b8b3d37752829ce65b3;p=thirdparty%2Fkea.git [master] manpage improvements Mention that shutdown command has optional "pid" option. And reword about boss process may restart "if configured". (discussed on jabber.) Some minor docbook formatting improvements. Remove note about bind10 pid file is for testing purposes. (Since can be used for admin purposes as discussed briefly on jabber.) Remove mention of "setuid" component (feature was removed). Slight wording clarifications. Add some notes but still commented out. Mention about sockcreator file. Update manual and copyright dates. --- diff --git a/src/bin/bind10/bind10.xml b/src/bin/bind10/bind10.xml index 6705760f6a..7ad6f9925c 100644 --- a/src/bin/bind10/bind10.xml +++ b/src/bin/bind10/bind10.xml @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []> The username for bind10 to run as. - bind10 must be initially ran as the root user to use this option. The default is to run as the current user. @@ -169,7 +171,6 @@ If defined, the PID of the bind10 is stored in this file. - This is used for testing purposes. @@ -201,11 +202,12 @@ The default is the basename of ARG 0. wait_time, wait_time - Sets the amount of time that BIND 10 will wait for - the configuration manager (a key component of BIND 10) to - initialize itself before abandoning the start up and - terminating with an error. The wait_time is specified in - seconds and has a default value of 10. + Sets the amount of time that BIND 10 will wait for + the configuration manager (a key component of BIND 10) + to initialize itself before abandoning the start up and + terminating with an error. The + wait_time is specified in + seconds and has a default value of 10. @@ -237,10 +239,6 @@ TODO: configuration section /Boss/components/b10-cmdctl - - /Boss/components/setuid - - /Boss/components/b10-stats @@ -266,12 +264,12 @@ TODO: configuration section (Note that the startup of b10-sockcreator, b10-cfgmgr, and b10-msgq - is not configurable. It is hardcoded and bind10 + is not configurable. They are hardcoded and bind10 will not run without them.) - These named sets (listed above) contain the following settings: + The named sets for components contain the following settings: @@ -346,7 +344,7 @@ list special - This defines if the component is started a special + This defines if the component is started a special, hardcoded way. @@ -374,6 +371,22 @@ xfrin + + + + + + getstats tells bind10 to send its statistics data to the b10-stats @@ -438,13 +451,16 @@ xfrin - + communication. ---> SEE ALSO @@ -476,6 +492,9 @@ xfrin BIND 10 Guide. + HISTORY The development of bind10