From: Ivan Rako Date: Fri, 21 Oct 2016 18:03:48 +0000 (+0200) Subject: izmjene u cron.d X-Git-Tag: debian/5.4.1-2^0 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=clamav-unofficial-sigs.git;a=commitdiff_plain;h=refs%2Ftags%2Fdebian%2F5.4.1-2 izmjene u cron.d --- diff --git a/debian/changelog b/debian/changelog index 1ac02da..7221236 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +clamav-unofficial-sigs (5.4.1-2) unstable; urgency=medium + + * Ispravak greske u cron.d + + -- Ivan Rako Fri, 21 Oct 2016 20:03:33 +0200 + clamav-unofficial-sigs (5.4.1-1) unstable; urgency=medium * First eXtremeSHOK release diff --git a/debian/cron.d b/debian/cron.d index c8190aa..4901626 100644 --- a/debian/cron.d +++ b/debian/cron.d @@ -1,6 +1,6 @@ -# This cron file will execute the clamav-unofficial-sigs.sh script that +# This cron file will execute the clamav-unofficial-sigs script that # currently supports updating third-party signature databases provided # by Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, etc. -54 * * * * clamav [ -x /usr/sbin/clamav-unofficial-sigs.sh ] && /bin/bash /usr/sbin/clamav-unofficial-sigs.sh > /dev/null +54 * * * * clamav [ -x /usr/sbin/clamav-unofficial-sigs ] && /usr/sbin/clamav-unofficial-sigs > /dev/null