OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Jun-2006 16:41:57
Branch: HEAD Handle: 2006062715415700
Modified files:
openpkg-src/apache apache.base apache.spec
Log:
Ops, we are already in the PHP5 time, so fix the default PHP
configuration
Summary:
Revision Changes Path
1.17 +2 -2 openpkg-src/apache/apache.base
1.337 +1 -1 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.base
============================================================================
$ cvs diff -u -r1.16 -r1.17 apache.base
--- openpkg-src/apache/apache.base 20 Nov 2005 13:41:01 -0000 1.16
+++ openpkg-src/apache/apache.base 27 Jun 2006 14:41:57 -0000 1.17
@@ -239,8 +239,8 @@
</Files>
</IfModule>
-# PHP4 support
-<IfModule mod_php4.c>
+# PHP5 support
+<IfModule mod_php5.c>
AddType application/x-httpd-php .php
</IfModule>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.336 -r1.337 apache.spec
--- openpkg-src/apache/apache.spec 22 Jun 2006 08:51:07 -0000 1.336
+++ openpkg-src/apache/apache.spec 27 Jun 2006 14:41:57 -0000 1.337
@@ -65,7 +65,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20060622
+Release: 20060627
# package options (suexec related)
%option with_suexec yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]