]> git.pld-linux.org Git - packages/php.git/commitdiff
keep fpm log in /var/log/php
authorElan Ruusamäe <glen@delfi.ee>
Sun, 13 Jan 2013 16:21:10 +0000 (18:21 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 13 Jan 2013 16:25:49 +0000 (18:25 +0200)
php.spec

index c9d2f802072bc676d04ee96bd938bc2b34b703f0..b3df06960de861ed6a1d101d43a1912289945213 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -568,7 +568,7 @@ Summary(uk.UTF-8):  Бібліотеки спільного використан
 Group:         Libraries
 # because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
 Requires:      glibc >= 6:2.3.5
-Requires:      php-dirs
+Requires:      php-dirs >= 1.3
 Requires:      rpm-whiteout >= 1.28
 Requires:      tzdata
 Provides:      php(core) = %{version}
@@ -2226,7 +2226,7 @@ for sapi in $sapis; do
        --enable-xmlwriter=shared \
 %if %{with fpm}
        --with-fpm-conf=%{_sysconfdir}/fpm.conf \
-       --with-fpm-log=/var/log/fpm.log \
+       --with-fpm-log=/var/log/php/%{name}-fpm.log \
        --with-fpm-pid=/var/run/php/%{name}-fpm.pid \
 %endif
 %if %{with mssql} || %{with sybase} || %{with sybase_ct}
This page took 0.046147 seconds and 4 git commands to generate.