Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2001 15:27:58 +0200
From:      Pierre Beyssac <beyssac@enst.fr>
To:        Anders Andersson <anders@codefactory.se>
Cc:        "David E. O'Brien" <obrien@FreeBSD.ORG>, freebsd-stable@FreeBSD.ORG
Subject:   Re: RELENG_4 installworld broken
Message-ID:  <20010801152758.A964@bofh.enst.fr>
In-Reply-To: <20010801124323.A1045@jellyfish.codefactory.se>; from anders@codefactory.se on Wed, Aug 01, 2001 at 12:43:23PM %2B0200
References:  <20010801124323.A1045@jellyfish.codefactory.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 01, 2001 at 12:43:23PM +0200, Anders Andersson wrote:
> Just cvsup'd and built world, 
> 
> make installworld...
> 
> ===> sbin/init
> install -c -s -o root -g wheel -m 500  -fschg -b -B.bak init /sbin

Install the new "install" by hand, that does it.

	cd /usr/src/usr.bin/xinstall
	make install
	mv /usr/bin/install /usr/bin/install.old
	mv /usr/bin/xinstall /usr/bin/install

Then try installworld again.
-- 
Pierre Beyssac		pb@enst.fr

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010801152758.A964>