aboutsummaryrefslogtreecommitdiffstats
path: root/main/clamav/clamd.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-04-30 13:58:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-04-30 15:13:30 +0000
commit4cd38832fbf55711e7912b9ea74b3264572c04ea (patch)
tree8e55a4dc90106213ac7a8eab95ea980d83b5fe5f /main/clamav/clamd.confd
parent871195d63ce0f2681006c25a3a669906fce92302 (diff)
downloadaports-4cd38832fbf55711e7912b9ea74b3264572c04ea.tar.bz2
aports-4cd38832fbf55711e7912b9ea74b3264572c04ea.tar.xz
main/clamav: separate clamav-db and freshclam
Having a big static db in a package is not a good idea for /var on disk installs. We ship the db and freshclam in separate packages. also clean up the install and init.d scripts while here. fixes #1047
Diffstat (limited to 'main/clamav/clamd.confd')
-rw-r--r--main/clamav/clamd.confd3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/clamav/clamd.confd b/main/clamav/clamd.confd
index bc8072aead..bdf73b0fb4 100644
--- a/main/clamav/clamd.confd
+++ b/main/clamav/clamd.confd
@@ -4,3 +4,6 @@ CLAMD_NICELEVEL=0
# make sure we also start freshclam
# comment out if you dont want start freshclam
rc_need="freshclam"
+
+# timeout for the database download
+FRESHCLAM_TIMEOUT=120