[Bug 293488] dns/nsd: Update to 4.14.1

From: <bugzilla-noreply_at_freebsd.org>
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.