OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 31-Jul-2003 12:00:21
Branch: HEAD Handle: 2003073111001901
Modified files:
openpkg-src/apache apache.base apache.spec
openpkg-web news.txt
Log:
be more flexible and allow global access.log to be ignored
Summary:
Revision Changes Path
1.7 +1 -1 openpkg-src/apache/apache.base
1.162 +1 -1 openpkg-src/apache/apache.spec
1.5941 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.base
============================================================================
$ cvs diff -u -r1.6 -r1.7 apache.base
--- openpkg-src/apache/apache.base 6 Feb 2003 11:26:56 -0000 1.6
+++ openpkg-src/apache/apache.base 31 Jul 2003 10:00:20 -0000 1.7
@@ -39,7 +39,7 @@
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
-CustomLog @l_prefix@/var/apache/log/access.log common
+CustomLog @l_prefix@/var/apache/log/access.log common
env=!ignore_global_access
# error logging
LogLevel warn
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.161 -r1.162 apache.spec
--- openpkg-src/apache/apache.spec 29 Jul 2003 14:17:17 -0000 1.161
+++ openpkg-src/apache/apache.spec 31 Jul 2003 10:00:20 -0000 1.162
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20030729
+Release: 20030731
# package options (suexec related)
%option with_suexec yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5940 -r1.5941 news.txt
--- openpkg-web/news.txt 31 Jul 2003 09:55:28 -0000 1.5940
+++ openpkg-web/news.txt 31 Jul 2003 10:00:19 -0000 1.5941
@@ -1,3 +1,4 @@
+31-Jul-2003: Upgraded package: P<apache-1.3.28-20030731>
31-Jul-2003: Upgraded package: P<imapd-2.1.14-20030731>
31-Jul-2003: Upgraded package: P<gc-6.2-1.20030731>
31-Jul-2003: Upgraded package: P<gc-6.2-20030731>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]