BIND 10 trac772, updated. 1188ca7fd05a8c241e4905d168144ffa5dd29db1 [trac772] Add ACL to spec file
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jul 11 11:57:36 UTC 2011
The branch, trac772 has been updated
via 1188ca7fd05a8c241e4905d168144ffa5dd29db1 (commit)
from 80bf2d9bd104c9664f322bf1b92538fefacc7633 (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 1188ca7fd05a8c241e4905d168144ffa5dd29db1
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Jul 11 13:57:24 2011 +0200
[trac772] Add ACL to spec file
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrout/xfrout.spec.pre.in | 26 +++++++++++++++++++-------
1 files changed, 19 insertions(+), 7 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/xfrout.spec.pre.in b/src/bin/xfrout/xfrout.spec.pre.in
index 2efa3d7..5fad7fd 100644
--- a/src/bin/xfrout/xfrout.spec.pre.in
+++ b/src/bin/xfrout/xfrout.spec.pre.in
@@ -16,27 +16,27 @@
},
{
"item_name": "log_file",
- "item_type": "string",
+ "item_type": "string",
"item_optional": false,
"item_default": "@@LOCALSTATEDIR@@/@PACKAGE@/log/Xfrout.log"
},
{
"item_name": "log_severity",
- "item_type": "string",
+ "item_type": "string",
"item_optional": false,
- "item_default": "debug"
+ "item_default": "debug"
},
{
"item_name": "log_versions",
- "item_type": "integer",
+ "item_type": "integer",
"item_optional": false,
- "item_default": 5
+ "item_default": 5
},
{
"item_name": "log_max_bytes",
- "item_type": "integer",
+ "item_type": "integer",
"item_optional": false,
- "item_default": 1048576
+ "item_default": 1048576
},
{
"item_name": "tsig_key_ring",
@@ -49,6 +49,18 @@
"item_type": "string",
"item_optional": true
}
+ },
+ {
+ "item_name": "ACL",
+ "item_type": "list",
+ "item_optional": false,
+ "item_default": [],
+ "list_item_spec":
+ {
+ "item_name": "ACL_element",
+ "item_type": "any",
+ "item_optional": true
+ }
}
],
"commands": [
More information about the bind10-changes
mailing list