Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2025 13:56:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 256254] installworld fails WITHOUT_AUTHPF
Message-ID:  <bug-256254-227-DMsDyKJxZO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256254-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256254-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256254

--- 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=3D \
  ${MK_AUDIT:Mno:?:auditstd} \
  ${MK_NTPD:Mno:?:ntpd}
CHECK_GIDS=3D \
  ${MK_AUDIT:Mno:?:audit} \
  ${MK_NTPD:Mno:?:ntpd}

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256254-227-DMsDyKJxZO>