From 2de844a2b195cd9d9c824e1220a0e5b54bd7ea57 Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Fri, 21 Oct 2016 20:03:48 +0200 Subject: [PATCH] izmjene u cron.d --- debian/changelog | 6 ++++++ debian/cron.d | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 1.7.10.4