/[smeserver]/rpms/smeserver-horde/sme10/smeserver-horde-1.0.0-bz11233-webmail-manager.patch
ViewVC logotype

Contents of /rpms/smeserver-horde/sme10/smeserver-horde-1.0.0-bz11233-webmail-manager.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Mon Dec 7 20:37:46 2020 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-horde-1_0_0-21_el7_sme, smeserver-horde-1_0_0-33_el7_sme, smeserver-horde-1_0_0-27_el7_sme, smeserver-horde-1_0_0-22_el7_sme, smeserver-horde-1_0_0-25_el7_sme, smeserver-horde-1_0_0-20_el7_sme, smeserver-horde-1_0_0-26_el7_sme, smeserver-horde-1_0_0-29_el7_sme, smeserver-horde-1_0_0-30_el7_sme, smeserver-horde-1_0_0-35_el7_sme, smeserver-horde-1_0_0-32_el7_sme, smeserver-horde-1_0_0-28_el7_sme, smeserver-horde-1_0_0-23_el7_sme, smeserver-horde-1_0_0-31_el7_sme, smeserver-horde-1_0_0-34_el7_sme, smeserver-horde-1_0_0-24_el7_sme, HEAD
Changes since 1.1: +1 -1 lines
* Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-20.sme
- fix webmail not accessible after enabling from manager [SME: 11233]

1 diff -Nur smeserver-horde-1.0.0.old/createlinks smeserver-horde-1.0.0/createlinks
2 --- smeserver-horde-1.0.0.old/createlinks 2020-12-07 14:46:00.518000000 -0500
3 +++ smeserver-horde-1.0.0/createlinks 2020-12-07 15:35:01.717000000 -0500
4 @@ -220,8 +220,16 @@
5 $event);
6
7 foreach $service ( qw(php55-php-fpm php56-php-fpm php70-php-fpm php71-php-fpm php72-php-fpm php73-php-fpm php74-php-fpm) ){
8 - safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/$service");
9 + safe_symlink("reload-or-restart", "root/etc/e-smith/events/".($event, qw(email-update) )."/services2adjust/$service");
10 }
11 +
12 +foreach $service ( qw(55 56 70 71 72 73 74 )) {
13 +templates2events("/etc/opt/remi/php$service/php-fpm.d/www.conf", qw( email-update
14 + smeserver-horde-update));
15 +}
16 +templates2events("/etc/opt/php-fpm.d/www.conf", qw( email-update
17 + smeserver-horde-update));
18 +
19 foreach $service ( qw(httpd-e-smith) ){
20 safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/$service");
21 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed