From 487ee7109c5cdb52157e076adb45acb76462db98 Mon Sep 17 00:00:00 2001 From: Christos Chatzaras Date: Fri, 14 Mar 2025 08:47:00 +0100 Subject: lang/php81: Update version 8.1.31=>8.1.32 - Make rc script prefix safe for profiles [1] Changelog: https://www.php.net/ChangeLog-8.php#8.1.32 PR: 285379, 284468 [1] Reported by: andrew@neptune-one.net [1] Co-authored-by: Andrew Fyfe --- lang/php81/files/php_fpm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/php81/files') diff --git a/lang/php81/files/php_fpm.in b/lang/php81/files/php_fpm.in index 12253b537b2e..72c26bc40f55 100644 --- a/lang/php81/files/php_fpm.in +++ b/lang/php81/files/php_fpm.in @@ -53,7 +53,7 @@ else if [ "x${php_fpm_profiles}" != "x" -a "x$1" != "x" ]; then for profile in ${php_fpm_profiles}; do echo "===> php_fpm profile: ${profile}" - /usr/local/etc/rc.d/php-fpm $1 ${profile} + %%PREFIX%%/etc/rc.d/php_fpm $1 ${profile} retcode="$?" if [ "0${retcode}" -ne 0 ]; then failed="${profile} (${retcode}) ${failed:-}" -- cgit v1.2.3