Bug 264328 - security/clamav: Ignores CLAMAVUSER/CLAMAVGROUP environment variables
Summary: security/clamav: Ignores CLAMAVUSER/CLAMAVGROUP environment variables
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yasuhiro Kimura
URL:
Keywords: needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2022-05-29 09:27 UTC by Oclair
Modified: 2022-06-06 22:16 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (yasu)
koobs: merge-quarterly?


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oclair 2022-05-29 09:27:02 UTC
Building Port ignores legacy flags in /etc/make.conf

CLAMAVUSER=vscan
CLAMAVGROUP=vscan
Comment 1 takefu 2022-06-01 09:47:33 UTC
(In reply to Oclair from comment #0)

Try me :-)

_CLAMAVUSER=	vscan
_CLAMAVGROUP=	vscan
Comment 2 Oclair 2022-06-06 22:16:21 UTC
Hi,

I just built clamav-0.105.0_1,1

It required me to perform the following commands to get it run, no clue if other issues remain unresolved.

chown -R vscan:vscan /var/db/clamav
chown -R vscan:vscan /var/run/clamav

The port continues to ignore the legacy flags in /etc/make.conf

CLAMAVUSER=vscan
CLAMAVGROUP=vscan

Kind Regards,
Jason