From 08c50a60dcef7c3a9127104c5c720290b9d49832 Mon Sep 17 00:00:00 2001 From: Zsolt Vasarhelyi Date: Thu, 30 Oct 2025 09:51:54 +0200 Subject: [PATCH] Update templates.metadata for current php-fpm versions --- .../templates.metadata/etc/opt/remi/php81/php-fpm.d/shares.conf | 2 +- .../etc/opt/remi/{php70 => php82}/php-fpm.d/shares.conf | 2 +- .../etc/opt/remi/{php71 => php83}/php-fpm.d/shares.conf | 2 +- .../php55/root/etc => etc/opt/remi/php84}/php-fpm.d/shares.conf | 2 +- .../opt/remi/php56/root/etc/php-fpm.d/shares.conf | 2 -- 5 files changed, 4 insertions(+), 6 deletions(-) rename root/etc/e-smith/templates.metadata/etc/opt/remi/{php70 => php82}/php-fpm.d/shares.conf (57%) rename root/etc/e-smith/templates.metadata/etc/opt/remi/{php71 => php83}/php-fpm.d/shares.conf (57%) rename root/etc/e-smith/templates.metadata/{opt/remi/php55/root/etc => etc/opt/remi/php84}/php-fpm.d/shares.conf (57%) delete mode 100644 root/etc/e-smith/templates.metadata/opt/remi/php56/root/etc/php-fpm.d/shares.conf diff --git a/root/etc/e-smith/templates.metadata/etc/opt/remi/php81/php-fpm.d/shares.conf b/root/etc/e-smith/templates.metadata/etc/opt/remi/php81/php-fpm.d/shares.conf index c24f5e7..b597a01 100644 --- a/root/etc/e-smith/templates.metadata/etc/opt/remi/php81/php-fpm.d/shares.conf +++ b/root/etc/e-smith/templates.metadata/etc/opt/remi/php81/php-fpm.d/shares.conf @@ -1,2 +1,2 @@ TEMPLATE_PATH="/etc/php-fpm.d/shares.conf" -MORE_DATA={ PHP_VERSION => 80 } +MORE_DATA={ PHP_VERSION => 81 } diff --git a/root/etc/e-smith/templates.metadata/etc/opt/remi/php70/php-fpm.d/shares.conf b/root/etc/e-smith/templates.metadata/etc/opt/remi/php82/php-fpm.d/shares.conf similarity index 57% rename from root/etc/e-smith/templates.metadata/etc/opt/remi/php70/php-fpm.d/shares.conf rename to root/etc/e-smith/templates.metadata/etc/opt/remi/php82/php-fpm.d/shares.conf index 0efe011..93790ef 100644 --- a/root/etc/e-smith/templates.metadata/etc/opt/remi/php70/php-fpm.d/shares.conf +++ b/root/etc/e-smith/templates.metadata/etc/opt/remi/php82/php-fpm.d/shares.conf @@ -1,2 +1,2 @@ TEMPLATE_PATH="/etc/php-fpm.d/shares.conf" -MORE_DATA={ PHP_VERSION => 70 } +MORE_DATA={ PHP_VERSION => 82 } diff --git a/root/etc/e-smith/templates.metadata/etc/opt/remi/php71/php-fpm.d/shares.conf b/root/etc/e-smith/templates.metadata/etc/opt/remi/php83/php-fpm.d/shares.conf similarity index 57% rename from root/etc/e-smith/templates.metadata/etc/opt/remi/php71/php-fpm.d/shares.conf rename to root/etc/e-smith/templates.metadata/etc/opt/remi/php83/php-fpm.d/shares.conf index 701faf3..6fb996a 100644 --- a/root/etc/e-smith/templates.metadata/etc/opt/remi/php71/php-fpm.d/shares.conf +++ b/root/etc/e-smith/templates.metadata/etc/opt/remi/php83/php-fpm.d/shares.conf @@ -1,2 +1,2 @@ TEMPLATE_PATH="/etc/php-fpm.d/shares.conf" -MORE_DATA={ PHP_VERSION => 71 } +MORE_DATA={ PHP_VERSION => 83 } diff --git a/root/etc/e-smith/templates.metadata/opt/remi/php55/root/etc/php-fpm.d/shares.conf b/root/etc/e-smith/templates.metadata/etc/opt/remi/php84/php-fpm.d/shares.conf similarity index 57% rename from root/etc/e-smith/templates.metadata/opt/remi/php55/root/etc/php-fpm.d/shares.conf rename to root/etc/e-smith/templates.metadata/etc/opt/remi/php84/php-fpm.d/shares.conf index 678ca12..c3fb529 100644 --- a/root/etc/e-smith/templates.metadata/opt/remi/php55/root/etc/php-fpm.d/shares.conf +++ b/root/etc/e-smith/templates.metadata/etc/opt/remi/php84/php-fpm.d/shares.conf @@ -1,2 +1,2 @@ TEMPLATE_PATH="/etc/php-fpm.d/shares.conf" -MORE_DATA={ PHP_VERSION => 55 } +MORE_DATA={ PHP_VERSION => 84 } diff --git a/root/etc/e-smith/templates.metadata/opt/remi/php56/root/etc/php-fpm.d/shares.conf b/root/etc/e-smith/templates.metadata/opt/remi/php56/root/etc/php-fpm.d/shares.conf deleted file mode 100644 index 8df59ac..0000000 --- a/root/etc/e-smith/templates.metadata/opt/remi/php56/root/etc/php-fpm.d/shares.conf +++ /dev/null @@ -1,2 +0,0 @@ -TEMPLATE_PATH="/etc/php-fpm.d/shares.conf" -MORE_DATA={ PHP_VERSION => 56 }