[packages/php/PHP_5_2] update fpm pidfile path.

glen glen at pld-linux.org
Wed Jan 23 17:27:06 CET 2013


commit 67519dc649e35a76b5f0e8ca4ae0ec4b91046779
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jan 23 18:26:53 2013 +0200

    update fpm pidfile path.
    
    correction to cb14616a3214387c568d08c2bb8db289fbe18e97

 php.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index 2d9d6ea..33a60b2 100644
--- a/php.spec
+++ b/php.spec
@@ -2227,7 +2227,7 @@ for sapi in $sapis; do
 %if %{with fpm}
 	--with-fpm-conf=%{_sysconfdir}/fpm.conf \
 	--with-fpm-log=/var/log/php/%{name}-fpm.log \
-	--with-fpm-pid=/var/run/php/%{name}-fpm.pid \
+	--with-fpm-pid=/var/run/%{name}-fpm.pid \
 %endif
 %if %{with mssql} || %{with sybase} || %{with sybase_ct}
 	--with-pdo-dblib=shared \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/67519dc649e35a76b5f0e8ca4ae0ec4b91046779



More information about the pld-cvs-commit mailing list