security/clamav: Make the value of user/group overridable with make.conf

PR:		259987
This commit is contained in:
Oclair 2021-12-14 10:07:54 +09:00 committed by Yasuhiro Kimura
parent 772274a15b
commit e9d6c3d3d0

View file

@ -81,8 +81,8 @@ TESTS_CMAKE_BOOL= ENABLE_TESTS
UNRAR_CMAKE_BOOL= ENABLE_UNRAR
UNZOO_RUN_DEPENDS= unzoo:archivers/unzoo
_CLAMAVUSER= clamav
_CLAMAVGROUP= clamav
_CLAMAVUSER?= clamav
_CLAMAVGROUP?= clamav
_CLAMAV_CLAMD_SOCKET?= ${_RUNDIR}/clamd.sock
_CLAMAV_CLAMD_PIDFILE?= ${_RUNDIR}/clamd.pid