From 782ab7566ebf43eb6feeedace1c58e6632f37e10 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 19 Feb 2021 20:53:50 +0000 Subject: Fri Feb 19 20:53:50 UTC 2021 d/autoconf-archive-2021.02.19-noarch-1.txz: Upgraded. d/python3-3.9.2-x86_64-1.txz: Upgraded. kde/libksysguard-5.21.0-x86_64-2.txz: Rebuilt. Patched to fix crash without systemd. Thanks to LuckyCyborg. l/imagemagick-7.0.11_0-x86_64-1.txz: Upgraded. extra/php8/php8-8.0.2-x86_64-1.txz: Added. --- extra/source/php8/php-fpm.conf.diff | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 extra/source/php8/php-fpm.conf.diff (limited to 'extra/source/php8/php-fpm.conf.diff') diff --git a/extra/source/php8/php-fpm.conf.diff b/extra/source/php8/php-fpm.conf.diff new file mode 100644 index 00000000..03b0f503 --- /dev/null +++ b/extra/source/php8/php-fpm.conf.diff @@ -0,0 +1,19 @@ +--- ./sapi/fpm/php-fpm.conf.in.orig 2017-11-21 21:02:19.000000000 -0600 ++++ ./sapi/fpm/php-fpm.conf.in 2017-11-27 20:07:58.533458347 -0600 +@@ -14,14 +14,14 @@ + ; Pid file + ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@ + ; Default Value: none +-;pid = run/php-fpm.pid ++pid = run/php-fpm.pid + + ; Error log file + ; If it's set to "syslog", log is sent to syslogd instead of being written + ; into a local file. + ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@ + ; Default Value: log/php-fpm.log +-;error_log = log/php-fpm.log ++error_log = log/php-fpm.log + + ; syslog_facility is used to specify what type of program is logging the + ; message. This lets syslogd specify that messages from different facilities -- cgit v1.2.3