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: 11-Nov-2008 08:52:44
Branch: HEAD Handle: 2008111107524300
Modified files:
openpkg-src/apache apache.spec
Log:
one dependency check too many and fix subst
Summary:
Revision Changes Path
1.441 +2 -2 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.440 -r1.441 apache.spec
--- openpkg-src/apache/apache.spec 11 Nov 2008 07:51:06 -0000 1.440
+++ openpkg-src/apache/apache.spec 11 Nov 2008 07:52:43 -0000 1.441
@@ -67,7 +67,7 @@
%undefine with_mpm_prefork
%undefine with_mpm_worker
%endif
-%if "%{with_mod_memcache}" == "yes" || "%{with_mod_diskcache}" == "yes" ||
"%{with_mod_filecache}" == "yes"
+%if "%{with_mod_memcache}" == "yes" || "%{with_mod_diskcache}" == "yes"
%undefine with_mod_cache
%define with_mod_cache yes
%endif
@@ -281,7 +281,7 @@
# install run-command script
%{l_shtool} install -c -m 755 %{l_value -s -a} \
- -e 's;with_mod_filecache;%{with_mod_filecache};g' \
+ -e 's;@with_mod_filecache@;%{with_mod_filecache};g' \
%{SOURCE rc.apache} \
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]