diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2017-03-30 12:04:05 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:57:06 +0700 |
commit | 2f809bbaf34838e646c624657720a8e4319c0ee9 (patch) | |
tree | 1cdc5d9b09a22d9260fc7ac5bf27e0ce5b95c6cf /network/clamav-unofficial-sigs/clamav-unofficial-sigs.cron | |
parent | b2c70f7354f57e09e3a92b3a6c8f595a990b2b9b (diff) | |
download | slackbuilds-2f809bbaf34838e646c624657720a8e4319c0ee9.tar.gz |
network/clamav-unofficial-sigs: Updated for version 5.6.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/clamav-unofficial-sigs/clamav-unofficial-sigs.cron')
-rw-r--r-- | network/clamav-unofficial-sigs/clamav-unofficial-sigs.cron | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/network/clamav-unofficial-sigs/clamav-unofficial-sigs.cron b/network/clamav-unofficial-sigs/clamav-unofficial-sigs.cron index f59068b3e9..dc876080b1 100644 --- a/network/clamav-unofficial-sigs/clamav-unofficial-sigs.cron +++ b/network/clamav-unofficial-sigs/clamav-unofficial-sigs.cron @@ -7,26 +7,26 @@ ################## # # Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs -# -# Originially based on: +# +# Originially based on: # Script provide by Bill Landry (unofficialsigs@gmail.com). # # License: BSD (Berkeley Software Distribution) # ################## -# Automatically Generated: Sun May 8 10:25:59 CDT 2016 +# Automatically Generated: Mon Mar 27 19:57:03 CDT 2017 ################## # # This cron file will execute the clamav-unofficial-sigs.sh script that # currently supports updating third-party signature databases provided # by Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, etc. # -# The script is set to run hourly, at a random minute past the hour, and the +# The script is set to run hourly, at a random minute past the hour, and the # script itself is set to randomize the actual execution time between # 60 - 600 seconds. To Adjust the cron values, edit your configs and run # bash clamav-unofficial-sigs.sh --install-cron to generate a new file. -6 * * * * clamav /usr/bin/bash /usr/bin/clamav-unofficial-sigs.sh > /dev/null +27 * * * * clamav [ -x /usr/bin/clamav-unofficial-sigs.sh ] && /usr/bin/bash /usr/bin/clamav-unofficial-sigs.sh > /dev/null # https://eXtremeSHOK.com ###################################################### |