]> git.pld-linux.org Git - packages/php.git/commitdiff
update fpm pidfile path.
authorElan Ruusamäe <glen@delfi.ee>
Wed, 23 Jan 2013 16:26:53 +0000 (18:26 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 23 Jan 2013 16:26:53 +0000 (18:26 +0200)
correction to cb14616a3214387c568d08c2bb8db289fbe18e97

php.spec

index 2d9d6eab7bd608532dd447f724775c50ebae3962..33a60b2f8dc6154ffca62d200d0f0f4e262840b6 100644 (file)
--- 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 \
This page took 0.065731 seconds and 4 git commands to generate.