Author: varkoly Date: Mon Mar 30 20:07:23 2009 New Revision: 56472
URL: http://svn.opensuse.org/viewcvs/yast?rev=56472&view=rev Log: freshclam have to enabled too
Modified: trunk/mail/src/YaPI/MailServer.pm
Modified: trunk/mail/src/YaPI/MailServer.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/mail/src/YaPI/MailServer.pm?rev=5... ============================================================================== --- trunk/mail/src/YaPI/MailServer.pm (original) +++ trunk/mail/src/YaPI/MailServer.pm Mon Mar 30 20:07:23 2009 @@ -3088,8 +3088,10 @@ move("$aconf.new",$aconf); move("$cconf.new",$cconf); Service->Enable('amavis'); + Service->Enable('freshclam'); Service->Enable('clamd'); Service->Start('amavis'); + Service->Start('freshclam'); Service->Start('clamd'); return ""; }
yast-commit@lists.opensuse.org