From: Elan Ruusamäe Date: Fri, 12 Oct 2012 09:38:21 +0000 (+0300) Subject: fpm conf: update correct include path (disabled as empty dir produces warnings) X-Git-Tag: auto/th/php54-5.4.13-1~16 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=a7ffa712b421a2890baf022a0e8d32c4a581c354;p=packages%2Fphp.git fpm conf: update correct include path (disabled as empty dir produces warnings) --- diff --git a/php-fpm-config.patch b/php-fpm-config.patch index 779e8cd..2a59607 100644 --- a/php-fpm-config.patch +++ b/php-fpm-config.patch @@ -1,5 +1,14 @@ ---- php-5.4.7/sapi/fpm/php-fpm.conf.in~ 2012-10-05 22:15:59.000000000 +0300 -+++ php-5.4.7/sapi/fpm/php-fpm.conf.in 2012-10-05 22:16:44.895998479 +0300 +--- php-5.4.7/sapi/fpm/php-fpm.conf.in 2012-10-05 22:16:44.895998479 +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@