https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283340

--- Comment #7 from Ed Maste <ema...@freebsd.org> ---
The issue occurs with installworld & distribution ordering. installworld can
use the dbdir from OBJDIR but we don't have a(n easy / existing) way to pass
that to certctl, so I just reverted for now to address the immediate issue.

(In reply to Pat Maddox from comment #6)
> fwiw I don't think this needs -N at all. It's root and wheel - is there a 
> scenario where that wouldn't be correct?

We can probably do without -N and rely on the fact that root=0 and wheel=0 in
the host's db as well, but I think we can go one step further and just use -u 0
-g 0. install -U -M currently has a bug with that though (PR283355) so my plan
is fix that in install, then restore this change but with -u 0 -g 0.

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

Reply via email to