Skip to content

Commit

Permalink
security/clamav: Make the value of user/group overridable with make.conf
Browse files Browse the repository at this point in the history
PR:		259987
  • Loading branch information
Oclair authored and Yasuhiro Kimura committed Dec 14, 2021
1 parent 772274a commit e9d6c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/clamav/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit e9d6c3d

Please sign in to comment.