/[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.3 - (show annotations) (download)
Sat Dec 12 04:07:56 2020 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: 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-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.2: +12 -0 lines
* Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-22.sme
- fix wrong template path for php55, php56 and php [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
21 diff -Nur smeserver-horde-1.0.0.old/createlinks smeserver-horde-1.0.0/createlinks
22 --- smeserver-horde-1.0.0.old/createlinks 2020-12-11 23:05:42.892000000 -0500
23 +++ smeserver-horde-1.0.0/createlinks 2020-12-11 23:06:28.978000000 -0500
24 @@ -232,7 +232,7 @@
25 smeserver-horde-update));
26 }
27
28 -templates2events("/etc/opt/php-fpm.d/www.conf", qw( email-update
29 +templates2events("/etc/php-fpm.d/www.conf", qw( email-update
30 smeserver-horde-update));
31
32 foreach $service ( qw(httpd-e-smith) ){

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