Date: Tue, 14 Dec 2021 01:22:39 GMT From: Yasuhiro Kimura <yasu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e9d6c3d3d059 - main - security/clamav: Make the value of user/group overridable with make.conf Message-ID: <202112140122.1BE1MdWx065997@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9d6c3d3d059e4e44b2613f054f288efbf32cc26 commit e9d6c3d3d059e4e44b2613f054f288efbf32cc26 Author: Oclair <jason@aventia.pw> AuthorDate: 2021-12-14 01:07:54 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2021-12-14 01:21:45 +0000 security/clamav: Make the value of user/group overridable with make.conf PR: 259987 --- security/clamav/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 83841129e985..f1ef30e0ae53 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112140122.1BE1MdWx065997>