svn commit: r255634 - head

Bryan Drewery bdrewery at FreeBSD.org
Tue Sep 17 13:09:40 UTC 2013


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-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
> 


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20130917/c4ec0f6b/attachment.sig>


More information about the svn-src-all mailing list