]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add an option DB_FROM_SRC to use src/etc's user/group databases when
authorBrooks Davis <brooks@FreeBSD.org>
Tue, 15 Jan 2013 00:12:34 +0000 (00:12 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Tue, 15 Jan 2013 00:12:34 +0000 (00:12 +0000)
commit41a8e2231d6a1e6a10eef20df67873b3a459f24e
treea312712d1d5379dde1366032cb42f5ffb302cca1
parentdb7b0ba78fea6ccdf0a708c73923ad24c009a58c
Add an option DB_FROM_SRC to use src/etc's user/group databases when
installing.  This allows things like running installworld for 10-CURRENT
on a 9.0-RELEASE system without adding extra users and groups to the
passwd and group files.

To prevent potentially risky uid/gid mismatches on systems with
non-standard local values, require that DESTDIR be set if DB_FROM_SRC is
set.

Sponsored by: DARPA, AFRL
Reviewed by: peter
Makefile.inc1
etc/Makefile