[Bug 262653] security/clamav: rc.d script does not allow for alternate database directory

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 22 Jun 2023 05:16:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262653

--- Comment #3 from Matt Simerson <matt@tnpi.net> ---
"An obvious improvement is to make the variable the value of DatabaseDirectory
in ${PREFIX}/clamd.conf."

Yes, that would be better! And it's easy enough to do:

  grep -i databasedirectory /data/etc/clamd.conf | awk '{ print $2 }'

I'd also like to see a clamav_clamd_conf setting that is passed to clamd as the
-c option, so I can specify the path to clamd.conf and then the DB directory is
learned from the config file.

-- 
You are receiving this mail because:
You are the assignee for the bug.