Subject: Re: Netbsd-current
To: Martin Husemann <martin@duskware.de>
From: Tom Ivar Helbekkmo <tih@kpnQwest.no>
List: current-users
Date: 04/17/2001 07:31:58
Martin Husemann <martin@duskware.de> writes:

> > during make build form 1.5.1_BETA-Relase to current i have any
> > directorys to create.
> 
> Either do "cd /usr/src && make build" (which will take care of most of this) 
> or do "cd /usr/src/etc && make distrib-dirs DESTDIR=/".

Also note, that while the "make build" will attempt to create missing
directories automatically as one of the first things it does, this will
fail in -current if the user and group for the chroot-ed named don't
exist.  They must be created manually before the "make build" -- see
/usr/src/etc/master.passwd and /usr/src/etc/group.

-tih
-- 
The basic difference is this: hackers build things, crackers break them.