Subject: Re: First current build
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Luke Mewburn <lukem@wasabisystems.com>
List: current-users
Date: 06/04/2002 11:58:41
On Mon, Jun 03, 2002 at 11:06:26PM +0200, Manuel Bouyer wrote:
  | On Mon, Jun 03, 2002 at 03:58:05PM -0400, Matt Herzog wrote:
  | > I have attached the file containing the results of my
  | > first -current NetBSD build. I did this on i386. Is this
  | > a successful build or not? All of /etc/rc.d/ is missing
  | > as you can see or is this simply a clever safety feature? 
  | 
  | Yes, if you do a standart build with just destdir set, etc isn't installed.
  | There should be an option to force install of etc without needing to
  | build a whole release, I just don't remmeber which one.

cd /usr/src/etc ; make DESTDIR=/where-ever install-etc-files

If you're upgrading an already running NetBSD box, then
	cd /usr/src ; ./etc/postinstall check
and then
	cd /usr/src ; ./etc/postinstall fix

Should fix things up too.

(I'm tempted to remove the postinstall check for builds to DESTDIR != /)