* Sat Apr 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
- fix init-accounts [SME: 12546]
This commit is contained in:
parent
8a0ed79245
commit
cae29fee3b
@ -68,10 +68,10 @@ if ( $apacheuidtest != '102' )
|
|||||||
|
|
||||||
#order is essential there: --setugids then --setperms, or suid guid perms will be lost
|
#order is essential there: --setugids then --setperms, or suid guid perms will be lost
|
||||||
warn "failed to fix user group ids for apache" unless (
|
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 (
|
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
|
# delete unwanted user accounts
|
||||||
|
@ -4,7 +4,7 @@ Summary: smeserver server and gateway - base module
|
|||||||
%define name smeserver-base
|
%define name smeserver-base
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 6
|
%define release 7
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -181,6 +181,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
|
||||||
|
- fix init-accounts [SME: 12546]
|
||||||
|
|
||||||
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-6.sme
|
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-6.sme
|
||||||
- Update createlinks to create smeserver-package-update event[SME: 12579]
|
- Update createlinks to create smeserver-package-update event[SME: 12579]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user