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

index c7502dad9d930933cd1c882e5f8e384e015b0580..093f3816070785463294aede41d3815e03106d54 100644 (file)
@@ -27,7 +27,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 b1bf547f6c79aae45c79e1c56bb226d07e7fd5c3..03a1c553532eda4b70a63def5456fa14cbe32677 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -503,7 +503,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
 %if "%{pld_release}" == "ac"
This page took 0.112157 seconds and 4 git commands to generate.