]> git.pld-linux.org Git - packages/php-dirs.git/commitdiff
- keep o+x for fcgi.sock (lighttpd) auto/ac/php-dirs-1_2-2 auto/th/php-dirs-1_2-2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 27 Sep 2011 09:06:51 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-dirs.spec -> 1.23

php-dirs.spec

index d9d3559b6257866a58ae4eeba68079fbaa8e72f5..b947fa744ea892d89ac99bc5c2c61207a84aa471 100644 (file)
@@ -5,7 +5,7 @@ Summary:        Common dirs for different PHP versions
 Summary(pl.UTF-8):     Wspólne katalogi dla różnych wersji PHP
 Name:          php-dirs
 Version:       1.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Base
 Source0:       php-session.sh
@@ -50,5 +50,6 @@ fi
 %dir %{_docdir}/phpdoc
 # http needs only x for directory (otherwise it knows session file
 # names and can read it contents)
-%attr(730,root,http) %dir %verify(not group mode) /var/run/php
+# keep o+x for fcgi.sock (lighttpd)
+%attr(731,root,http) %dir %verify(not group mode) /var/run/php
 %attr(755,root,root) %{_sysconfdir}/cron.hourly/php-session.sh
This page took 0.174785 seconds and 4 git commands to generate.