浏览代码

add statistics-file placement for snmpdx swBind probe

Thomas Lotterer 21 年之前
父节点
当前提交
3dc615ac8e
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      bind/bind.spec
  2. 1 0
      bind/named.conf

+ 1 - 1
bind/bind.spec

@@ -38,7 +38,7 @@ Class:        BASE
 Group:        DNS
 License:      ISC
 Version:      %{V_bind}
-Release:      20040715
+Release:      20040730
 
 #   package options
 %option       with_dlz            no

+ 1 - 0
bind/named.conf

@@ -26,6 +26,7 @@ logging {
 options {
     pid-file             "@l_prefix@/var/bind/named.pid";
     directory            "@l_prefix@/etc/bind/named.db";
+    statistics-file      "@l_prefix@/var/bind/named.stats";
     allow-query          { any; };
     allow-transfer       { any; };
     transfers-in         10;