BIND 10 trac2557, updated. e5d52cfd31d5aed90dc2f2cab4c8455d46f13e2e [2557] Update documentation

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Dec 27 19:11:25 UTC 2012


The branch, trac2557 has been updated
       via  e5d52cfd31d5aed90dc2f2cab4c8455d46f13e2e (commit)
      from  3b29c3caa2afb65156b6cd5ad32dac3f6a4bb962 (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 e5d52cfd31d5aed90dc2f2cab4c8455d46f13e2e
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Dec 27 20:11:07 2012 +0100

    [2557] Update documentation

-----------------------------------------------------------------------

Summary of changes:
 src/bin/bind10/bind10.xml       |    5 +++--
 src/bin/bind10/bind10_src.py.in |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/bind10/bind10.xml b/src/bin/bind10/bind10.xml
index e32544a..9ded98a 100644
--- a/src/bin/bind10/bind10.xml
+++ b/src/bin/bind10/bind10.xml
@@ -143,9 +143,10 @@
         </term>
         <listitem>
           <para>The path where BIND 10 programs look for various data files.
-	  Currently only
+	  Currently
 	  <citerefentry><refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum></citerefentry>
-	  uses it to locate the configuration file, but the usage
+	  uses it to locate the configuration file and the logging lock file
+      resides there, but the usage
 	  might be extended for other programs and other types of
 	  files.</para>
         </listitem>
diff --git a/src/bin/bind10/bind10_src.py.in b/src/bin/bind10/bind10_src.py.in
index 06ff7f2..5a0012b 100755
--- a/src/bin/bind10/bind10_src.py.in
+++ b/src/bin/bind10/bind10_src.py.in
@@ -1086,7 +1086,7 @@ def parse_args(args=sys.argv[1:], Parser=OptionParser):
                       help="Create backup of the configuration file and " +
                            "start with a clean configuration")
     parser.add_option("-p", "--data-path", dest="data_path",
-                      help="Directory to search for configuration files",
+                      help="Directory with configuration and state files",
                       default=None)
     parser.add_option("--cmdctl-port", dest="cmdctl_port", type="int",
                       default=None, help="Port of command control")



More information about the bind10-changes mailing list