BIND 10 trac1090, updated. fbc79ee7d2f1a79f6388939beccaaf50dde0865e [1090] Remove unused options
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 29 16:01:02 UTC 2012
The branch, trac1090 has been updated
via fbc79ee7d2f1a79f6388939beccaaf50dde0865e (commit)
from e5d53f4bb27024759f8712af254998c9dfa48f7a (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 fbc79ee7d2f1a79f6388939beccaaf50dde0865e
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Feb 29 17:00:51 2012 +0100
[1090] Remove unused options
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrout/b10-xfrout.xml | 27 ---------------------------
src/bin/xfrout/xfrout.spec.pre.in | 30 ------------------------------
2 files changed, 0 insertions(+), 57 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/b10-xfrout.xml b/src/bin/xfrout/b10-xfrout.xml
index 3bc91e8..aaf0eb1 100644
--- a/src/bin/xfrout/b10-xfrout.xml
+++ b/src/bin/xfrout/b10-xfrout.xml
@@ -115,33 +115,6 @@
See the <citetitle>BIND 10 Guide</citetitle> for configuration examples.
The default is an empty list, that is, no zone specific configuration.
</para>
- <para>
- <varname>log_name</varname>
-<!-- TODO -->
- </para>
- <para>
- <varname>log_file</varname>
-<!-- TODO -->
- The location of the log file if using a file channel.
- If undefined, then the file channel is closed.
- The default is
- <filename>/usr/local/var/bind10-devel/log/Xfrout.log</filename>.
- </para>
- <para>
- <varname>log_severity</varname>
-<!-- TODO -->
- The default is "debug".
- </para>
- <para>
- <varname>log_versions</varname>
-<!-- TODO -->
- The default is 5.
- </para>
- <para>
- <varname>log_max_bytes</varname>
-<!-- TODO -->
- The default is 1048576.
- </para>
<!-- TODO: log configurations not documented yet in here. jreed
has some but waiting on decisions ... -->
diff --git a/src/bin/xfrout/xfrout.spec.pre.in b/src/bin/xfrout/xfrout.spec.pre.in
index 31556ff..ce8686e 100644
--- a/src/bin/xfrout/xfrout.spec.pre.in
+++ b/src/bin/xfrout/xfrout.spec.pre.in
@@ -9,36 +9,6 @@
"item_default": 10
},
{
- "item_name": "log_name",
- "item_type": "string",
- "item_optional": false,
- "item_default": "Xfrout"
- },
- {
- "item_name": "log_file",
- "item_type": "string",
- "item_optional": false,
- "item_default": "@@LOCALSTATEDIR@@/@PACKAGE@/log/Xfrout.log"
- },
- {
- "item_name": "log_severity",
- "item_type": "string",
- "item_optional": false,
- "item_default": "debug"
- },
- {
- "item_name": "log_versions",
- "item_type": "integer",
- "item_optional": false,
- "item_default": 5
- },
- {
- "item_name": "log_max_bytes",
- "item_type": "integer",
- "item_optional": false,
- "item_default": 1048576
- },
- {
"item_name": "transfer_acl",
"item_type": "list",
"item_optional": false,
More information about the bind10-changes
mailing list