OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Oct-2007 16:48:37
Branch: HEAD Handle: 2007102415483600
Modified files:
openpkg-src/bind bind.spec bind.txt
Log:
complete and sort (except default and unmatched) list of categories
Summary:
Revision Changes Path
1.129 +1 -1 openpkg-src/bind/bind.spec
1.2 +11 -8 openpkg-src/bind/bind.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.128 -r1.129 bind.spec
--- openpkg-src/bind/bind.spec 5 Oct 2007 16:40:38 -0000 1.128
+++ openpkg-src/bind/bind.spec 24 Oct 2007 14:48:36 -0000 1.129
@@ -37,7 +37,7 @@
Group: DNS
License: ISC
Version: %{V_opkg}
-Release: 20071005
+Release: 20071024
# package options
%option with_dnssec yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.txt
============================================================================
$ cvs diff -u -r1.1 -r1.2 bind.txt
--- openpkg-src/bind/bind.txt 5 Oct 2007 15:36:21 -0000 1.1
+++ openpkg-src/bind/bind.txt 24 Oct 2007 14:48:36 -0000 1.2
@@ -20,20 +20,23 @@
print-time yes;
};
category "default" { "logfile"; };
- category "general" { "logfile"; };
- category "security" { "logfile"; };
+ category "client" { "logfile"; };
category "config" { "logfile"; };
- category "queries" { "logfile"; };
- category "update" { "logfile"; };
- category "notify" { "logfile"; };
category "database" { "logfile"; };
+ category "delegation-only" { "logfile"; };
+ category "dispatch" { "logfile"; };
category "dnssec" { "logfile"; };
+ category "general" { "logfile"; };
+ category "lame-servers" { "logfile"; };
+ category "network" { "logfile"; };
+ category "notify" { "logfile"; };
+ category "queries" { "logfile"; };
category "resolver" { "logfile"; };
+ category "security" { "logfile"; };
+ category "update" { "logfile"; };
category "xfer-in" { "logfile"; };
category "xfer-out" { "logfile"; };
- category "dispatch" { "logfile"; };
- category "lame-servers" { "logfile"; };
- category "delegation-only" { "logfile"; };
+ category "unmatched" { "null"; };
};
options {
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]