--- 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 +++ smeserver-zarafa-0.9.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/zarafaCFG.pm 2009-07-27 23:07:58.000000000 +1000 @@ -301,7 +301,7 @@ # config file creation system("/sbin/e-smith/expand-template /etc/zarafa/server.cfg") == 0 or die "Impossible d'extend le template"; - system("/etc/e-smith/events/actions/zarafa-services stop > /dev/null"); + system("/etc/e-smith/events/actions/zarafa-services-stop > /dev/null"); system("/etc/e-smith/events/actions/zarafa-services start > /dev/null"); system("/etc/e-smith/events/actions/qmail-update-user"); } @@ -779,7 +779,7 @@ if($current_innodb eq 'enabled' && !$innodb){ # Arręt des services MySQL et Zarafa # Stop of MySQL and Zarafa services - system("/etc/e-smith/events/actions/zarafa-services stop > /dev/null"); + system("/etc/e-smith/events/actions/zarafa-services-stop > /dev/null"); system("/sbin/service mysqld stop > /dev/null"); # Suppression des fichiers MySQL # Deleting MySQL file @@ -829,7 +829,7 @@ # Ajout de l'InnoDB, arręt des services MySQL et Zarafa et suppression des fichiers MySQL # Add the InnoDB, stop MySQL and Zarafa service and delete MySQL file system("/sbin/e-smith/db configuration setprop mysqld InnoDB enabled"); - system("/etc/e-smith/events/actions/zarafa-services stop > /dev/null"); + system("/etc/e-smith/events/actions/zarafa-services-stop > /dev/null"); system("/sbin/service mysqld stop > /dev/null"); system("rm -R -f /var/lib/mysql/ib_logfile0"); system("rm -R -f /var/lib/mysql/ib_logfile1"); @@ -881,7 +881,7 @@ elsif($current_innodb eq 'enabled' && $innodb eq 'enabled'){ # Arręt des services MySQL et Zarafa # Stop of MySQL and Zarafa services - system("/etc/e-smith/events/actions/zarafa-services stop > /dev/null"); + system("/etc/e-smith/events/actions/zarafa-services-stop > /dev/null"); system("/sbin/service mysqld stop > /dev/null"); # Suppression des fichiers MySQL # Deleting MySQL file @@ -961,4 +961,4 @@ print qq($word); return undef; -} \ No newline at end of file +}