On 9/17/2013 7:59 AM, Dag-Erling Smørgrav wrote: > Author: des > Date: Tue Sep 17 12:59:37 2013 > New Revision: 255634 > URL: http://svnweb.freebsd.org/changeset/base/255634 > > Log: > Add unbound to the list of UIDs / GIDs to check fore before installing. > > Approved by: re (blanket) > > Modified: > head/Makefile.inc1 > > Modified: head/Makefile.inc1 > ============================================================================== > --- head/Makefile.inc1 Tue Sep 17 12:58:17 2013 (r255633) > +++ head/Makefile.inc1 Tue Sep 17 12:59:37 2013 (r255634) > @@ -709,6 +709,10 @@ CHECK_GIDS+= smmsp > CHECK_UIDS+= proxy > CHECK_GIDS+= proxy authpf > .endif > +.if ${MK_UNBOUND} != "no"
Hm, I know you noticed this, but by making this conditional, it will not check if building WITHOUT_UNBOUND, but the passwd and mtree files are still using it and will blow up. All of these conditions should probably be removed until a better mechanism for passwd/mtree can be thought up. > +CHECK_UIDS+= unbound > +CHECK_GIDS+= unbound > +.endif > installcheck_UGID: > .for uid in ${CHECK_UIDS} > @if ! `id -u ${uid} >/dev/null 2>&1`; then \ > _______________________________________________ > svn-src-...@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org" > -- Regards, Bryan Drewery
signature.asc
Description: OpenPGP digital signature