[packages/php/PHP_5_2] fpm: make pid file match one that initscript defaults

glen glen at pld-linux.org
Sun Aug 26 13:47:18 CEST 2012


commit 22ca7b2603ef48612fee8d82130f06548e64af59
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Aug 26 14:47:06 2012 +0300

    fpm: make pid file match one that initscript defaults

 php.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php.spec b/php.spec
index 0556ecd..f3b822c 100644
--- a/php.spec
+++ b/php.spec
@@ -120,7 +120,7 @@ Summary(ru.UTF-8):	PHP Версии 5 - язык препроцессирова
 Summary(uk.UTF-8):	PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:		%{orgname}%{php_suffix}
 Version:	5.2.17
-Release:	16
+Release:	17
 Epoch:		4
 License:	PHP
 Group:		Libraries
@@ -2217,7 +2217,7 @@ for sapi in $sapis; do
 %if %{with fpm}
 	--with-fpm-conf=%{_sysconfdir}/fpm.conf \
 	--with-fpm-log=/var/log/fpm.log \
-	--with-fpm-pid=/var/run/php/fpm.pid \
+	--with-fpm-pid=/var/run/php/%{name}-fpm.pid \
 %endif
 %if %{with mssql} || %{with sybase} || %{with sybase_ct}
 	--with-pdo-dblib=shared \


More information about the pld-cvs-commit mailing list