Browse Source

clamav: changed to use /var/lib/clamav instead of /var/clamav

early
Alejandro Mery 16 years ago
parent
commit
9b29f2169a
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      security/clamav/clamav.conf

+ 4
- 1
security/clamav/clamav.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../clamav/clamav.conf
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -15,4 +16,6 @@
# --disable-debug causes ClamAV to return large ammounts of debugging text
var_remove confopt " " "--disable-debug"
confopt="$confopt --with-dbdir=$root/var/clamav"
#FIXME: what if cross compiling? will it run?
var_append extraconfopt ' ' "--with-dbdir=$root/var/lib/clamav"

Loading…
Cancel
Save