Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 08:09:33 -0500
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= <des@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r255634 - head
Message-ID:  <5238548D.9080503@FreeBSD.org>
In-Reply-To: <201309171259.r8HCxb3o032697@svn.freebsd.org>
References:  <201309171259.r8HCxb3o032697@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--OGHSt9MGpH1SLtuTijPWQxigeKMQLQIxH
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

On 9/17/2013 7:59 AM, Dag-Erling Sm=F8rgrav wrote:
> Author: des
> Date: Tue Sep 17 12:59:37 2013
> New Revision: 255634
> URL: http://svnweb.freebsd.org/changeset/base/255634
>=20
> Log:
>   Add unbound to the list of UIDs / GIDs to check fore before installin=
g.
>  =20
>   Approved by:	re (blanket)
>=20
> Modified:
>   head/Makefile.inc1
>=20
> Modified: head/Makefile.inc1
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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+=3D	smmsp
>  CHECK_UIDS+=3D	proxy
>  CHECK_GIDS+=3D	proxy authpf
>  .endif
> +.if ${MK_UNBOUND} !=3D "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+=3D	unbound
> +CHECK_GIDS+=3D	unbound
> +.endif
>  installcheck_UGID:
>  .for uid in ${CHECK_UIDS}
>  	@if ! `id -u ${uid} >/dev/null 2>&1`; then \
> _______________________________________________
> svn-src-all@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
>=20


--=20
Regards,
Bryan Drewery


--OGHSt9MGpH1SLtuTijPWQxigeKMQLQIxH
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJSOFSNAAoJEG54KsA8mwz5b5YQAJPUh0u+6HjSZ39EmF3OlEt5
GFnLNWfuItj8Vg/wNiyU0F3pg0XIXCh4gkYYS+pAsehz9ioiNvYdDSP6zyhKoO7+
rWxYKA5Of0nDcT8URvsVKoO3YNnk69wd7jmU3Q5g4Rm89HBY0M+9rh39V3jGCnfV
+BLg9dreAm2msJWvcEPrX0HrVVF6LQBgp9rKyqoAQytAZFyTHWDko4luTaMZGp8W
41IjB0xUHjkiWo/6SQ7OpfJU1vx3jCMA9sN6gS7LauV5Ih5PRRrNWx3K9i/MUt0o
p4Z1Yn/o4JmFtyyOik2OtcOLR1kb/UBeWna+kVStKp9ac4RqoJlnRqfXOwOFEu+c
RYg0m7NUzggl1K8rSIsp8NyRFJfJsAD6pT8WUUOfRBHscry+R2y3kgZfJHPdwaOs
XJYPuFTdodUM1bDWEUJDn6ydynZ3K3ii9PiNoJglTnGX3D3yXUaXmQTKW4GgGmZN
1lDYixdSvMv8QlqOYliYSLPZGvdlqunf50hO0oXDeh0yUVtDkrLQy0YdT6zIa9Y/
CScEVG3wXYqfJ4dM0/nRKVwhbR6MiIUuaYq2gaBd0NgWPiWwsbBF7TBRIKZy37Ll
vZ1+mxxFMMiE5pbi4BspKmRLB11qHnGgpUJkAVDyuAqpIYdoVPsiPfH5KhwhfgOa
hRftxpDp8bfNY9liPran
=jUhK
-----END PGP SIGNATURE-----

--OGHSt9MGpH1SLtuTijPWQxigeKMQLQIxH--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5238548D.9080503>