packages: php-dirs/php-dirs.spec - keep o+x for fcgi.sock (lighttpd)

glen glen at pld-linux.org
Tue Sep 27 11:06:57 CEST 2011


Author: glen                         Date: Tue Sep 27 09:06:57 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- keep o+x for fcgi.sock (lighttpd)

---- Files affected:
packages/php-dirs:
   php-dirs.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: packages/php-dirs/php-dirs.spec
diff -u packages/php-dirs/php-dirs.spec:1.22 packages/php-dirs/php-dirs.spec:1.23
--- packages/php-dirs/php-dirs.spec:1.22	Tue Jun 21 13:31:12 2011
+++ packages/php-dirs/php-dirs.spec	Tue Sep 27 11:06:51 2011
@@ -6,7 +6,7 @@
 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
@@ -51,7 +51,8 @@
 %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
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -60,6 +61,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2011/09/27 09:06:51  glen
+- keep o+x for fcgi.sock (lighttpd)
+
 Revision 1.22  2011/06/21 11:31:12  glen
 - old todo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-dirs/php-dirs.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list