Bryan Drewery <bdrew...@freebsd.org> writes: > 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.
Partly true: - 'make installworld' will succeed (except, I think, in the NO_ROOT case), because it doesn't run mtree. - 'make distributeworld' will fail, but that's a bug: it should use DB_FROM_SRC. - mergemaster will also fail, but in an exceedingly strange manner. The fact that neither 'make installworld' nor mergemaster create missing directories is probably a bug. We should, at the very least, document the need to run 'make hierarchy' before 'make installworld'. > All of these conditions should probably be removed until a better > mechanism for passwd/mtree can be thought up. Yep, but for now I decided to follow precedent. DES -- Dag-Erling Smørgrav - d...@des.no _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"