/[smeserver]/rpms/smeserver-horde/sme10/smeserver-horde-1.0.0-bz11255.patch
ViewVC logotype

Contents of /rpms/smeserver-horde/sme10/smeserver-horde-1.0.0-bz11255.patch

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


Revision 1.2 - (show annotations) (download)
Fri Dec 11 21:54:08 2020 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-horde-1_0_0-21_el7_sme
Changes since 1.1: +1 -1 lines
* Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-21.sme
- fix wrong template path for php55 and php56 [SME: 11255]

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-11 16:45:27.847000000 -0500
3 +++ smeserver-horde-1.0.0/createlinks 2020-12-11 16:47:14.755000000 -0500
4 @@ -223,10 +223,15 @@
5 safe_symlink("reload-or-restart", "root/etc/e-smith/events/".($event, qw(email-update) )."/services2adjust/$service");
6 }
7
8 -foreach $service ( qw(55 56 70 71 72 73 74 )) {
9 +foreach $service ( qw(70 71 72 73 74 )) {
10 templates2events("/etc/opt/remi/php$service/php-fpm.d/www.conf", qw( email-update
11 smeserver-horde-update));
12 }
13 +foreach $service ( qw(55 56)) {
14 +templates2events("/opt/remi/php$service/root/etc/php-fpm.d/www.conf", qw( email-update
15 + smeserver-horde-update));
16 +}
17 +
18 templates2events("/etc/opt/php-fpm.d/www.conf", qw( email-update
19 smeserver-horde-update));
20

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