]> git.pld-linux.org Git - packages/php.git/commitdiff
fpm: make pid file match one that initscript defaults auto/ac/php-5.2.17-17
authorElan Ruusamäe <glen@delfi.ee>
Sun, 26 Aug 2012 11:47:06 +0000 (14:47 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 26 Aug 2012 11:47:06 +0000 (14:47 +0300)
php.spec

index 0556ecdfc5501ca27f9ecbf21abf7ef910d904d8..f3b822ca90ca7b2c4c20931ec0b68542305d37e3 100644 (file)
--- 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 \
This page took 0.060784 seconds and 4 git commands to generate.