Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Aug 2001 09:34:40 -0700
From:      Jordan Hubbard <jkh@freebsd.org>
To:        beyssac@enst.fr
Cc:        anders@codefactory.se, obrien@freebsd.org, freebsd-stable@freebsd.org
Subject:   Re: RELENG_4 installworld broken
Message-ID:  <20010801093440W.jkh@freebsd.org>
In-Reply-To: <20010801152758.A964@bofh.enst.fr>
References:  <20010801124323.A1045@jellyfish.codefactory.se> <20010801152758.A964@bofh.enst.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
No, because that will break make release which doesn't do anything
like this "by hand" and never will.  This needs to be fixed properly
or backed out.  Thanks!

- Jordan

From: Pierre Beyssac <beyssac@enst.fr>
Subject: Re: RELENG_4 installworld broken
Date: Wed, 1 Aug 2001 15:27:58 +0200

> 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

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?20010801093440W.jkh>