Page MenuHomeFreeBSD

certctl: Set METALOG ownership to root:wheel
ClosedPublic

Authored by emaste on Fri, Jan 17, 9:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 25, 6:03 PM
Unknown Object (File)
Sat, Jan 25, 6:42 AM
Unknown Object (File)
Sat, Jan 25, 3:47 AM
Unknown Object (File)
Tue, Jan 21, 8:25 PM
Unknown Object (File)
Tue, Jan 21, 3:27 AM
Unknown Object (File)
Tue, Jan 21, 12:22 AM
Unknown Object (File)
Mon, Jan 20, 10:37 PM
Unknown Object (File)
Mon, Jan 20, 7:47 PM
Subscribers

Details

Summary
This sets the correct ownership values when building base.txz

This is an updated version of commit 10fa3f2518d4.

PR:             283340

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.

This omits -N ${DESTDIR}${DISTBASE}/etc from the original commit. install does not validate the arguments passed to -o or -g (see PR283355) so there's no need to have the passwd db available.

Please put the rationale from your comment in the commit message, and mention that this may be improved in future to use the right DB (I intend to do that if nobody beats me to it).

This revision is now accepted and ready to land.Fri, Jan 17, 9:28 PM
This revision was automatically updated to reflect the committed changes.