]> git.pld-linux.org Git - packages/php.git/commitdiff
fpm conf: update correct include path (disabled as empty dir produces warnings)
authorElan Ruusamäe <glen@delfi.ee>
Fri, 12 Oct 2012 09:37:09 +0000 (12:37 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 12 Oct 2012 09:37:09 +0000 (12:37 +0300)
php-fpm-config.patch

index fdd328093ced4ba426102f24f8cf98ada08b57de..430f9b27d8eb18c56c42b063393779f6dad5f962 100644 (file)
@@ -1,5 +1,14 @@
---- php-5.3.17/sapi/fpm/php-fpm.conf.in~       2012-09-13 00:27:16.000000000 +0300
-+++ php-5.3.17/sapi/fpm/php-fpm.conf.in        2012-10-09 20:00:31.645362454 +0300
+--- php-5.3.17/sapi/fpm/php-fpm.conf.in        2012-10-09 20:00:31.645362454 +0300
++++ php-5.3.17/sapi/fpm/php-fpm.conf.in        2012-10-12 12:35:47.601602945 +0300
+@@ -12,7 +12,7 @@
+ ; Relative path can also be used. They will be prefixed by:
+ ;  - the global prefix if it's been set (-p arguement)
+ ;  - @prefix@ otherwise
+-;include=etc/fpm.d/*.conf
++;include=/etc/php/fpm.d/*.conf
+ ;;;;;;;;;;;;;;;;;;
+ ; Global Options ;
 @@ -22,14 +22,14 @@
  ; Pid file
  ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
This page took 0.048637 seconds and 4 git commands to generate.