BIND 10 master, updated. ad069fe61cb441326b08e0f5bb1e84ae47bbeb7d [master] document --clear-config and minor cleanup
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 16 20:41:20 UTC 2012
The branch, master has been updated
via ad069fe61cb441326b08e0f5bb1e84ae47bbeb7d (commit)
via 419648870c84855008cd66e0870137878df4e730 (commit)
from 6313b727c2f978e4d4775a32c08e49bb3afc1bf8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ad069fe61cb441326b08e0f5bb1e84ae47bbeb7d
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed May 16 15:40:56 2012 -0500
[master] document --clear-config and minor cleanup
reviewed by jelte
commit 419648870c84855008cd66e0870137878df4e730
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed May 16 15:40:12 2012 -0500
[master] document --clear-config
reviewed by jelte
-----------------------------------------------------------------------
Summary of changes:
src/bin/bind10/bind10.xml | 22 +++++++++++++++++++++-
src/bin/cfgmgr/b10-cfgmgr.xml | 31 ++++++++++++++++++++++++++-----
2 files changed, 47 insertions(+), 6 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/bind10/bind10.xml b/src/bin/bind10/bind10.xml
index 2501fee..60449de 100644
--- a/src/bin/bind10/bind10.xml
+++ b/src/bin/bind10/bind10.xml
@@ -20,7 +20,7 @@
<refentry>
<refentryinfo>
- <date>March 1, 2012</date>
+ <date>April 12, 2012</date>
</refentryinfo>
<refmeta>
@@ -52,6 +52,7 @@
<arg><option>-u <replaceable>user</replaceable></option></arg>
<arg><option>-v</option></arg>
<arg><option>-w <replaceable>wait_time</replaceable></option></arg>
+ <arg><option>--clear-config</option></arg>
<arg><option>--cmdctl-port</option> <replaceable>port</replaceable></arg>
<arg><option>--config-file</option> <replaceable>config-filename</replaceable></arg>
<arg><option>--data-path</option> <replaceable>directory</replaceable></arg>
@@ -106,6 +107,25 @@
<varlistentry>
<term>
+ <option>--clear-config</option>
+ </term>
+ <listitem>
+ <para>
+ This will create a backup of the existing configuration
+ file, remove it and start
+ <refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum>
+ with the default configuration.
+ The name of the backup file can be found in the logs
+ (<varname>CFGMGR_RENAMED_CONFIG_FILE</varname>).
+ (It will append a number to the backup filename if a
+ previous backup file exists.)
+
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
<option>--cmdctl-port</option> <replaceable>port</replaceable>
</term>
<listitem>
diff --git a/src/bin/cfgmgr/b10-cfgmgr.xml b/src/bin/cfgmgr/b10-cfgmgr.xml
index 785a058..f8d590b 100644
--- a/src/bin/cfgmgr/b10-cfgmgr.xml
+++ b/src/bin/cfgmgr/b10-cfgmgr.xml
@@ -20,7 +20,7 @@
<refentry>
<refentryinfo>
- <date>March 10, 2010</date>
+ <date>April 12, 2010</date>
</refentryinfo>
<refmeta>
@@ -44,8 +44,11 @@
<refsynopsisdiv>
<cmdsynopsis>
<command>b10-cfgmgr</command>
- <arg><option>-c<replaceable>config-filename</replaceable></option></arg>
- <arg><option>-p<replaceable>data_path</replaceable></option></arg>
+ <arg><option>-c <replaceable>config-filename</replaceable></option></arg>
+ <arg><option>-p <replaceable>data_path</replaceable></option></arg>
+ <arg><option>--clear-config</option></arg>
+ <arg><option>--config-filename <replaceable>config-filename</replaceable></option></arg>
+ <arg><option>--data-path <replaceable>data_path</replaceable></option></arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -95,7 +98,25 @@
<variablelist>
<varlistentry>
<term>
- <option>-c</option><replaceable>config-filename</replaceable>,
+ <option>--clear-config</option>
+ </term>
+ <listitem>
+ <para>
+ This will create a backup of the existing configuration
+ file, remove it, and
+ <refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum>
+ will use the default configurations.
+ The name of the backup file can be found in the logs
+ (<varname>CFGMGR_RENAMED_CONFIG_FILE</varname>).
+ (It will append a number to the backup filename if a
+ previous backup file exists.)
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
+ <option>-c</option> <replaceable>config-filename</replaceable>,
<option>--config-filename</option> <replaceable>config-filename</replaceable>
</term>
<listitem>
@@ -107,7 +128,7 @@
<varlistentry>
<term>
- <option>-p</option><replaceable>data-path</replaceable>,
+ <option>-p</option> <replaceable>data-path</replaceable>,
<option>--data-path</option> <replaceable>data-path</replaceable>
</term>
<listitem>
More information about the bind10-changes
mailing list