/[smeserver]/rpms/e-smith-email/sme10/e-smith-email-5.6.0-mysqld2mariadb.patch
ViewVC logotype

Annotation of /rpms/e-smith-email/sme10/e-smith-email-5.6.0-mysqld2mariadb.patch

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


Revision 1.1 - (hide annotations) (download)
Wed Jun 15 08:30:29 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-email-5_6_0-16_el7_sme, e-smith-email-5_6_0-15_el7_sme, e-smith-email-5_6_0-10_el7_sme, e-smith-email-5_6_0-17_el7_sme, e-smith-email-5_6_0-12_el7_sme, e-smith-email-5_6_0-11_el7_sme, e-smith-email-5_6_0-8_el7_sme, e-smith-email-5_6_0-18_el7_sme, e-smith-email-5_6_0-19_el7_sme, e-smith-email-5_6_0-14_el7_sme, e-smith-email-5_6_0-9_el7_sme, e-smith-email-5_6_0-7_el7_sme, e-smith-email-5_6_0-13_el7_sme, e-smith-email-5_6_0-6_el7_sme, HEAD
* Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-6.sme
- fix webmail status not displaying correctly in manager [SME: 9594]

1 unnilennium 1.1 diff -Nur e-smith-email-5.6.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/emailsettings.pm e-smith-email-5.6.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/emailsettings.pm
2     --- e-smith-email-5.6.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/emailsettings.pm 2016-06-15 04:09:11.702000000 -0400
3     +++ e-smith-email-5.6.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/emailsettings.pm 2016-06-15 04:11:44.608000000 -0400
4     @@ -334,7 +334,7 @@
5     my $webmail = ($q->param('WebMail') || 'disabled');
6     if ( $webmail eq "enabled" ) {
7     $db->set_prop('php', "status", $webmail );
8     - $db->set_prop('mysqld',"status", $webmail );
9     + $db->set_prop('mariadb',"status", $webmail );
10     $db->set_prop('imp',"status", $webmail );
11     $db->set_prop('horde', "status", $webmail );
12     $db->set_prop('imp',"access", "full" );
13     @@ -343,7 +343,7 @@
14     }
15     elsif ( $webmail eq "enabledSSL" ) {
16     $db->set_prop('php',"status", "enabled" );
17     - $db->set_prop('mysqld',"status", "enabled" );
18     + $db->set_prop('mariadb',"status", "enabled" );
19     $db->set_prop('imp',"status", 'enabled' );
20     $db->set_prop('horde',"status", 'enabled' );
21     $db->set_prop('imp',"access", "SSL" );
22     @@ -353,7 +353,7 @@
23    
24     elsif ( $webmail eq "localnetworkSSL" ) {
25     $db->set_prop('php',"status", "enabled" );
26     - $db->set_prop('mysqld',"status", "enabled" );
27     + $db->set_prop('mariadb',"status", "enabled" );
28     $db->set_prop('imp',"status", 'enabled' );
29     $db->set_prop('horde',"status", 'enabled' );
30     $db->set_prop('imp',"access", "SSL" );
31     @@ -574,7 +574,7 @@
32    
33     my $HordeStatus = $db->get_prop('horde', 'status') || 'disabled';
34    
35     - my $MysqlStatus = $db->get_prop('mysqld', 'status') || 'disabled';
36     + my $MysqlStatus = $db->get_prop('mariadb', 'status') || 'disabled';
37    
38     my $PHPStatus = $db->get_prop('php', 'status') || 'disabled';
39    

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