]> git.pld-linux.org Git - packages/php.git/commitdiff
- session.save_path in default php.ini changed to /var/run/php,
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 28 Feb 2002 11:21:04 +0000 (11:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  added /var/run/php to -common
  (one can easy change it or its perms - verify flag added)
- release 1 (STBR-security)

Changed files:
    php.spec -> 1.144

php.spec

index fa39cf12e0898d8fb42cdfacbfa3a5e83ce4b4e0..17427d7f6f22414a9e239ee7d344cd7a498cd09f 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -17,7 +17,7 @@ Summary(fr):  Le langage de script embarque-HTML PHP pour Apache
 Summary(pl):   Jêzyk skryptowy PHP -- u¿ywany wraz z serwerem Apache
 Name:          php
 Version:       4.1.2
-Release:       0.9
+Release:       1
 Epoch:         1
 Group:         Libraries
 License:       The PHP license (see "LICENSE" file included in distribution)
@@ -828,7 +828,8 @@ rm libphp4.la ; %{__make} libphp4.la
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache},%{_sysconfdir}/{apache,cgi}} \
                $RPM_BUILD_ROOT/home/httpd/icons \
-               $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}}
+               $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
+               $RPM_BUILD_ROOT/var/run/php
 
 %{__make} install \
        INSTALL_ROOT=$RPM_BUILD_ROOT \
@@ -1207,13 +1208,11 @@ fi
 
 %dir %{_sysconfdir}
 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/php.ini
+%attr(730,root,http) %dir %verify(not group mode) /var/run/php
 
 /home/httpd/icons/*
-
 %attr(755,root,root) %{_sbindir}/*
-
 %attr(755,root,root) %{_libdir}/libphp_common*.so.*.*.*
-
 %dir %{extensionsdir}
 
 %files devel
This page took 0.041641 seconds and 4 git commands to generate.