]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- clamav had UPDATE_HOUR=2, mksd UPDATE_HOUR=6, so set them both to 4 hours,
authorTomasz Pala <gotar@pld-linux.org>
Wed, 28 Jul 2004 14:59:49 +0000 (14:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- UPDATE_QUIET replaced with UPDATE_MAIL_MESSAGES

Changed files:
    clamav.sysconfig -> 1.5

clamav.sysconfig

index 4055384de71b883c873680c71c93e453f6742fd1..f5d5de9e3381b13c37f628977830a8617792c91c 100644 (file)
@@ -4,10 +4,10 @@
 SERVICE_RUN_NICE_LEVEL="+0"
 
 # how often update databases - once per X hours
-UPDATE_HOUR=2
+UPDATE_HOUR=4
 
-# be quiet when updating?
-UPDATE_QUIET=no
+# what kind of messages cron should send via email (all, errors, none)?
+UPDATE_MAIL_MESSAGES=errors
 
 # try to download new databases after upgrade of databases?
 # Remember - you need good internet connection for that
This page took 0.063893 seconds and 4 git commands to generate.