svn commit: r245316 - in head: . etc

Peter Wemm peter at wemm.org
Fri Jan 11 23:19:48 UTC 2013


On Fri, Jan 11, 2013 at 3:08 PM, Brooks Davis <brooks at freebsd.org> wrote:

> -IMAKE=         ${IMAKEENV} ${MAKE} -f Makefile.inc1
> +IMAKE=         ${IMAKEENV} ${MAKE} -f Makefile.inc1 \
> +               INSTALL="install -N ${.CURDIR}/etc" \
> +               MTREE_CMD="nmtree -N ${.CURDIR}/etc"

How does this work with worlds with different UID/GID assignments?
Eg: the freebsd.org cluster?

${.CURDIR}/etc/master.passwd does not match the installed system.

-- 
Peter Wemm - peter at wemm.org; peter at FreeBSD.org; peter at yahoo-inc.com; KI6FJV
bitcoin:188ZjyYLFJiEheQZw4UtU27e2FMLmuRBUE


More information about the svn-src-all mailing list