the recently added -N option of install(1) is now used by default

This commit is contained in:
lukem 2002-12-19 12:48:42 +00:00
parent 7805822da2
commit c069154e9b
1 changed files with 11 additions and 1 deletions

View File

@ -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 Makefile.
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