[Bug 293488] dns/nsd: Update to 4.14.1
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 293488] dns/nsd: Update to 4.14.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Feb 2026 16:55:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293488
Vladimir Druzenko <vvd@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vvd@FreeBSD.org
--- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Fix build with non-default USER/GROUP:
.if ${NSDUSER} == nsd
USERS= ${NSDUSER}
.endif
.if ${NSDGROUP} == nsd
GROUPS= ${NSDGROUP}
.endif
--
You are receiving this mail because:
You are the assignee for the bug.