From cae29fee3b6354d1f8e675bcc8c388650bd4fcca Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Sat, 13 Apr 2024 04:35:40 -0400 Subject: [PATCH] * Sat Apr 13 2024 Jean-Philippe Pialasse 11.0.0-7.sme - fix init-accounts [SME: 12546] --- root/etc/e-smith/events/actions/init-accounts | 4 ++-- smeserver-base.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/root/etc/e-smith/events/actions/init-accounts b/root/etc/e-smith/events/actions/init-accounts index 1abfa16..e983d9a 100755 --- a/root/etc/e-smith/events/actions/init-accounts +++ b/root/etc/e-smith/events/actions/init-accounts @@ -68,10 +68,10 @@ if ( $apacheuidtest != '102' ) #order is essential there: --setugids then --setperms, or suid guid perms will be lost warn "failed to fix user group ids for apache" unless ( - system("/bin/rpm --setugids httpd mod_auth_tkt mod_ssl php pwauth 2> /dev/null") == 0 + system("/bin/rpm --setugids httpd mod_auth_tkt mod_ssl pwauth 2> /dev/null") == 0 ); warn "failed to fix permissions for apache" unless ( - system("/bin/rpm --setperms httpd mod_auth_tkt mod_ssl php pwauth 2> /dev/null") == 0 + system("/bin/rpm --setperms httpd mod_auth_tkt mod_ssl pwauth 2> /dev/null") == 0 ); # delete unwanted user accounts diff --git a/smeserver-base.spec b/smeserver-base.spec index cf67136..44b5dd9 100644 --- a/smeserver-base.spec +++ b/smeserver-base.spec @@ -4,7 +4,7 @@ Summary: smeserver server and gateway - base module %define name smeserver-base Name: %{name} %define version 11.0.0 -%define release 6 +%define release 7 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -181,6 +181,9 @@ fi %changelog +* Sat Apr 13 2024 Jean-Philippe Pialasse 11.0.0-7.sme +- fix init-accounts [SME: 12546] + * Thu Apr 04 2024 Brian Read 11.0.0-6.sme - Update createlinks to create smeserver-package-update event[SME: 12579]