Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/UPDATING,v retrieving revision 1.79 retrieving revision 1.80 diff -u -p -r1.79 -r1.80 --- src/UPDATING 2002/12/09 18:59:07 1.79 +++ src/UPDATING 2002/12/19 12:48:42 1.80 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.79 2002/12/09 18:59:07 wiz Exp $ +$NetBSD: UPDATING,v 1.80 2002/12/19 12:48:42 lukem Exp $ This file is intended to be a brief introduction to the build process and a reference on what to do if something doesn't work. @@ -8,6 +8,16 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +20021219: + install(1) had a '-N dbdir' option added, to specify an + alternate location to look up users & groups (instead + of the host system passwd(5) and group(5) databases). + + The build system was modified to take advantage of + this option (using ${NETBSDSRCDIR}/etc), so if you + use USE_TOOLS==no, you may have to rebuild and + reinstall usr.bin/xinstall first. + 20021130: fparseln(3) moved from libutil to libc. If building to DESTDIR=/, reinstall the includes