]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1090] Remove unused options
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 29 Feb 2012 16:00:51 +0000 (17:00 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 29 Feb 2012 16:00:51 +0000 (17:00 +0100)
src/bin/xfrout/b10-xfrout.xml
src/bin/xfrout/xfrout.spec.pre.in

index 3bc91e83fab22f0a842ba6101c9d784db83b209c..aaf0eb1af390471e126e741ee76452ab46b0d70e 100644 (file)
       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 ... -->
index 31556ff8adce93e9e5bcf16f4d753d644f9d08ac..ce8686e60ebbcb6aaa8158a558a871f0cf111d57 100644 (file)
@@ -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",