[Bug 256254] installworld fails WITHOUT_AUTHPF

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 24 Mar 2025 13:56:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256254

--- Comment #2 from Volodymyr Kostyrko <arcade@b1t.name> ---
Ah, I see what's going on. But this way it could be triggered by almost
everything there, like missing audit or unbound.

CHECK_UIDS= \
  ${MK_AUDIT:Mno:?:auditstd} \
  ${MK_NTPD:Mno:?:ntpd}
CHECK_GIDS= \
  ${MK_AUDIT:Mno:?:audit} \
  ${MK_NTPD:Mno:?:ntpd}

-- 
You are receiving this mail because:
You are the assignee for the bug.