1 |
dungog |
1.1 |
--- smeserver-zarafa-0.9.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/zarafaCFG.pm.panels3 2009-07-27 23:05:19.000000000 +1000 |
2 |
|
|
+++ smeserver-zarafa-0.9.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/zarafaCFG.pm 2009-07-27 23:07:58.000000000 +1000 |
3 |
|
|
@@ -301,7 +301,7 @@ |
4 |
|
|
# config file creation |
5 |
|
|
system("/sbin/e-smith/expand-template /etc/zarafa/server.cfg") == 0 |
6 |
|
|
or die "Impossible d'extend le template"; |
7 |
|
|
- system("/etc/e-smith/events/actions/zarafa-services stop > /dev/null"); |
8 |
|
|
+ system("/etc/e-smith/events/actions/zarafa-services-stop > /dev/null"); |
9 |
|
|
system("/etc/e-smith/events/actions/zarafa-services start > /dev/null"); |
10 |
|
|
system("/etc/e-smith/events/actions/qmail-update-user"); |
11 |
|
|
} |
12 |
|
|
@@ -779,7 +779,7 @@ |
13 |
|
|
if($current_innodb eq 'enabled' && !$innodb){ |
14 |
|
|
# Arrêt des services MySQL et Zarafa |
15 |
|
|
# Stop of MySQL and Zarafa services |
16 |
|
|
- system("/etc/e-smith/events/actions/zarafa-services stop > /dev/null"); |
17 |
|
|
+ system("/etc/e-smith/events/actions/zarafa-services-stop > /dev/null"); |
18 |
|
|
system("/sbin/service mysqld stop > /dev/null"); |
19 |
|
|
# Suppression des fichiers MySQL |
20 |
|
|
# Deleting MySQL file |
21 |
|
|
@@ -829,7 +829,7 @@ |
22 |
|
|
# Ajout de l'InnoDB, arrêt des services MySQL et Zarafa et suppression des fichiers MySQL |
23 |
|
|
# Add the InnoDB, stop MySQL and Zarafa service and delete MySQL file |
24 |
|
|
system("/sbin/e-smith/db configuration setprop mysqld InnoDB enabled"); |
25 |
|
|
- system("/etc/e-smith/events/actions/zarafa-services stop > /dev/null"); |
26 |
|
|
+ system("/etc/e-smith/events/actions/zarafa-services-stop > /dev/null"); |
27 |
|
|
system("/sbin/service mysqld stop > /dev/null"); |
28 |
|
|
system("rm -R -f /var/lib/mysql/ib_logfile0"); |
29 |
|
|
system("rm -R -f /var/lib/mysql/ib_logfile1"); |
30 |
|
|
@@ -881,7 +881,7 @@ |
31 |
|
|
elsif($current_innodb eq 'enabled' && $innodb eq 'enabled'){ |
32 |
|
|
# Arrêt des services MySQL et Zarafa |
33 |
|
|
# Stop of MySQL and Zarafa services |
34 |
|
|
- system("/etc/e-smith/events/actions/zarafa-services stop > /dev/null"); |
35 |
|
|
+ system("/etc/e-smith/events/actions/zarafa-services-stop > /dev/null"); |
36 |
|
|
system("/sbin/service mysqld stop > /dev/null"); |
37 |
|
|
# Suppression des fichiers MySQL |
38 |
|
|
# Deleting MySQL file |
39 |
|
|
@@ -961,4 +961,4 @@ |
40 |
|
|
print qq(<tr><td colspan=2>$word</td></tr>); |
41 |
|
|
return undef; |
42 |
|
|
|
43 |
|
|
-} |
44 |
|
|
\ No newline at end of file |
45 |
|
|
+} |