diff -ruN smeserver-clamav-2.0.0.old/createlinks smeserver-clamav-2.0.0/createlinks --- smeserver-clamav-2.0.0.old/createlinks 2010-06-09 20:42:15.000000000 +0100 +++ smeserver-clamav-2.0.0/createlinks 2010-06-09 21:56:30.000000000 +0100 @@ -17,6 +17,7 @@ } templates2events("/etc/crontab", "clamav-update"); +templates2events("/etc/cron.daily/freshclam", "bootstrap-console-save"); my $event = "email-update"; diff -ruN smeserver-clamav-2.0.0.old/root/etc/e-smith/templates/etc/cron.daily/freshclam/10freshclam smeserver-clamav-2.0.0/root/etc/e-smith/templates/etc/cron.daily/freshclam/10freshclam --- smeserver-clamav-2.0.0.old/root/etc/e-smith/templates/etc/cron.daily/freshclam/10freshclam 1970-01-01 01:00:00.000000000 +0100 +++ smeserver-clamav-2.0.0/root/etc/e-smith/templates/etc/cron.daily/freshclam/10freshclam 2010-06-09 21:57:03.000000000 +0100 @@ -0,0 +1,4 @@ +#! /bin/sh +# We do not run freshclam here, because an always-running supervised freshclam +# is used in SME Server +exit 0 diff -ruN smeserver-clamav-2.0.0.old/root/etc/e-smith/templates.metadata/etc/cron.daily/freshclam smeserver-clamav-2.0.0/root/etc/e-smith/templates.metadata/etc/cron.daily/freshclam --- smeserver-clamav-2.0.0.old/root/etc/e-smith/templates.metadata/etc/cron.daily/freshclam 1970-01-01 01:00:00.000000000 +0100 +++ smeserver-clamav-2.0.0/root/etc/e-smith/templates.metadata/etc/cron.daily/freshclam 2010-06-09 21:56:30.000000000 +0100 @@ -0,0 +1 @@ +PERMS=0755