2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

formatting, remove a turd

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1604 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
Michael Graff
2010-03-19 16:39:25 +00:00
parent 67c54f019c
commit 7be875024f

View File

@@ -678,7 +678,6 @@ implementation in BIND 10.
<quote>Command Channel</quote>. <quote>Command Channel</quote>.
Processes intercommunicate by sending messages on the command Processes intercommunicate by sending messages on the command
channel. channel.
messages and are programmed to handle received messages.
Example messages include shutdown, get configurations, and set Example messages include shutdown, get configurations, and set
configurations. configurations.
This Command Channel is not used for DNS message passing. This Command Channel is not used for DNS message passing.
@@ -709,16 +708,17 @@ Unix domain sockets
<title>Configuration manager</title> <title>Configuration manager</title>
<para> <para>
The configuration manager, <command>b10-cfgmgr</command>, The configuration manager, <command>b10-cfgmgr</command>,
handles all BIND 10 system configuration. It provides handles all BIND 10 system configuration. It provides
persistent storage for configuration, and notifies running persistent storage for configuration, and notifies running
modules of configuration changes.</para> modules of configuration changes.
</para>
<para> <para>
The <command>b10-auth</command> and <command>b10-xfrin</command> The <command>b10-auth</command> and <command>b10-xfrin</command>
daemons and other components receive their configurations daemons and other components receive their configurations
from the configuration manager over the <command>msgq</command> from the configuration manager over the <command>msgq</command>
command channel. command channel.
</para> </para>
<para>The administrator doesn't connect to it directly, but <para>The administrator doesn't connect to it directly, but
@@ -728,19 +728,21 @@ Unix domain sockets
</para> </para>
<!-- TODO --> <!-- TODO -->
<note><para> <note>
The Y1 prototype release only provides the <para>
<command>bindctl</command> as a user interface to The Y1 prototype release only provides the
<command>b10-cmdctl</command>. <command>bindctl</command> as a user interface to
Upcoming releases will provide another interactive command-line <command>b10-cmdctl</command>.
interface and a web-based interface. Upcoming releases will provide another interactive command-line
</para></note> interface and a web-based interface.
</para>
</note>
<para> <para>
The <command>b10-cfgmgr</command> daemon can send all The <command>b10-cfgmgr</command> daemon can send all
specifications and all current settings to the specifications and all current settings to the
<command>bindctl</command> client (via <command>bindctl</command> client (via
<command>b10-cmdctl</command>). <command>b10-cmdctl</command>).
</para> </para>
<para> <para>
@@ -765,10 +767,10 @@ config changes are actually commands to cfgmgr
(The full path is what was defined at build configure time for (The full path is what was defined at build configure time for
<option>--localstatedir</option>. <option>--localstatedir</option>.
The default is <filename>/usr/local/var/</filename>.) The default is <filename>/usr/local/var/</filename>.)
The format is loosely based on JSON and is directly parseable The format is loosely based on JSON and is directly parseable
python, but this may change in a future version. python, but this may change in a future version.
This configuration data file is not manually edited by the This configuration data file is not manually edited by the
administrator. administrator.
</para> </para>
<!-- <!--