]> 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:22:33 +0000 (18:22 +0200)
php-fpm-config.patch
php.spec

index 2a5960739e3807e45eae7563d14aaa852ffef8d2..ee7427b8e712faac20152aa65ef639477c02731d 100644 (file)
@@ -22,7 +22,7 @@
  ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
  ; Default Value: log/php-fpm.log
 -;error_log = log/php-fpm.log
-+error_log = log/@processname@.log
++error_log = /var/log/php/@processname@.log
  
  ; syslog_facility is used to specify what type of program is logging the
  ; message. This lets syslogd specify that messages from different facilities
index f7df3823e3ebe8adabc12811c49eab6119c42cb8..88450ac74f6311e623161a1fff8b0795f00ee48b 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -514,7 +514,7 @@ Group:              Libraries
 Requires(post):        sed >= 4.0
 # 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:      %{name}(debug) = %{php_debug}
This page took 0.242011 seconds and 4 git commands to generate.