https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283340
Bug ID: 283340 Summary: build: distributeworld -DNO_ROOT does not set SSL cert links uname / gname in METALOG Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: b...@freebsd.org Reporter: p...@patmaddox.com As of 6e55ba5b3, the distributeworld METALOG does not include uname / gname entries for the links in etc/ssl, e.g. /etc/ssl/certs/002c0b4f.0 type=link mode=0444 link=../../../usr/share/certs/trusted/GlobalSign_Root_R46.pem It should be: /etc/ssl/certs/002c0b4f.0 type=link uname=root gname=wheel mode=0444 link=../../../usr/share/certs/trusted/GlobalSign_Root_R46.pem The lack of uname/gname results in the links being added to base.txz with the building user's uid. -- You are receiving this mail because: You are the assignee for the bug.