From: Michal 'vorner' Vaner Date: Wed, 29 Feb 2012 16:00:51 +0000 (+0100) Subject: [1090] Remove unused options X-Git-Tag: trac2351_base~226^2~116^2~136^2~4^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbc79ee7d2f1a79f6388939beccaaf50dde0865e;p=thirdparty%2Fkea.git [1090] Remove unused options --- diff --git a/src/bin/xfrout/b10-xfrout.xml b/src/bin/xfrout/b10-xfrout.xml index 3bc91e83fa..aaf0eb1af3 100644 --- a/src/bin/xfrout/b10-xfrout.xml +++ b/src/bin/xfrout/b10-xfrout.xml @@ -115,33 +115,6 @@ See the BIND 10 Guide for configuration examples. The default is an empty list, that is, no zone specific configuration. - - log_name - - - - log_file - - The location of the log file if using a file channel. - If undefined, then the file channel is closed. - The default is - /usr/local/var/bind10-devel/log/Xfrout.log. - - - log_severity - - The default is "debug". - - - log_versions - - The default is 5. - - - log_max_bytes - - The default is 1048576. - diff --git a/src/bin/xfrout/xfrout.spec.pre.in b/src/bin/xfrout/xfrout.spec.pre.in index 31556ff8ad..ce8686e60e 100644 --- a/src/bin/xfrout/xfrout.spec.pre.in +++ b/src/bin/xfrout/xfrout.spec.pre.in @@ -8,36 +8,6 @@ "item_optional": false, "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",