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: 08-Aug-2008 10:51:21
Branch: HEAD Handle: 2008080809512100
Modified files:
openpkg-src/apache-php apache-php.spec
Log:
Grrrr... one more with_mm -> with_session instance
Summary:
Revision Changes Path
1.34 +2 -2 openpkg-src/apache-php/apache-php.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache-php/apache-php.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 apache-php.spec
--- openpkg-src/apache-php/apache-php.spec 8 Aug 2008 08:46:49 -0000
1.33
+++ openpkg-src/apache-php/apache-php.spec 8 Aug 2008 08:51:21 -0000
1.34
@@ -603,8 +603,8 @@
# determine installation files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \
-%if "%{with_mm}" == "yes"
- '%attr(-,%{l_nusr},%{l_ngrp})
%{l_prefix}/var/apache/run/apache-php.session' \
+%if "%{with_session}" == "yes"
+ '%attr(0750,%{l_nusr},%{l_ngrp})
%{l_prefix}/var/apache/run/apache-php.session' \
%endif
'%config %{l_prefix}/etc/apache/apache-php.ini' \
'%config %{l_prefix}/etc/apache/apache.d/apache-php.conf'
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]