OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Apr-2005 18:31:59
Branch: HEAD Handle: 2005040417315800
Modified files:
openpkg-src/bind bind.spec named.conf
Log:
keep as much out of the syslog(3) as possible
Summary:
Revision Changes Path
1.104 +1 -1 openpkg-src/bind/bind.spec
1.8 +17 -5 openpkg-src/bind/named.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.103 -r1.104 bind.spec
--- openpkg-src/bind/bind.spec 24 Mar 2005 11:18:28 -0000 1.103
+++ openpkg-src/bind/bind.spec 4 Apr 2005 16:31:58 -0000 1.104
@@ -37,7 +37,7 @@
Group: DNS
License: ISC
Version: %{V_bind}
-Release: 20050311
+Release: 20050404
# package options
%option with_dlz no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bind/named.conf
============================================================================
$ cvs diff -u -r1.7 -r1.8 named.conf
--- openpkg-src/bind/named.conf 30 Jul 2004 10:34:26 -0000 1.7
+++ openpkg-src/bind/named.conf 4 Apr 2005 16:31:58 -0000 1.8
@@ -3,8 +3,8 @@
##
controls {
- inet 127.0.0.1 port 953
- allow { 127.0.0.1; }
+ inet 127.0.0.1 port 953
+ allow { 127.0.0.1; }
keys { "rndc-key"; };
};
@@ -18,9 +18,21 @@
print-severity no;
print-time yes;
};
- category "default" { "logfile"; };
- category "general" { "logfile"; };
- category "security" { "logfile"; };
+ category "default" { "logfile"; };
+ category "general" { "logfile"; };
+ category "security" { "logfile"; };
+ category "config" { "logfile"; };
+ category "queries" { "logfile"; };
+ category "update" { "logfile"; };
+ category "notify" { "logfile"; };
+ category "database" { "logfile"; };
+ category "dnssec" { "logfile"; };
+ category "resolver" { "logfile"; };
+ category "xfer-in" { "logfile"; };
+ category "xfer-out" { "logfile"; };
+ category "dispatch" { "logfile"; };
+ category "lame-servers" { "logfile"; };
+ category "delegation-only" { "logfile"; };
};
options {
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]