Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 1997 16:26:07 +0100
From:      "Jose M. Alcaide" <jose@we.lc.ehu.es>
To:        "Adam L. Simpson" <adam2@netsonic.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Procedure for upgrading sysinstall from 2.2.2
Message-ID:  <349FD80F.7690E969@we.lc.ehu.es>
References:  <01bd0f3b$1e810160$02646464@wildriver.paradise.lan> <199712231458.IAA22768@apollo.netsonic.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Adam L. Simpson wrote:
> Can someone tell me if there is a quick and easy way to replace the 2.2.2
> sysinstall that corrupts the rc.conf file with one from 2.2.5 so that this
> file no longer gets corrupted/garbled?

If you have your sources updated to 2.2.5, then:

	cd /usr/src/release/sysinstall
	make       (DON'T "MAKE INSTALL"!)

Then, you can install _manually_ the sysintall executable in some
directory such as /usr/sbin:

	install -c -s -o bin -g bin -m 555   sysinstall /usr/sbin

You must not replace /stand/sysinstall for the newly generated
sysinstall. The files in /stand are "special".

--JM 
-----------------------------------------------------------------------
Jose M. Alcaide                         | mailto:jose@we.lc.ehu.es
Universidad del Pais Vasco              | http://www.we.lc.ehu.es/~jose
Dpto. de Electricidad y Electronica     |
Facultad de Ciencias - Campus de Lejona | Tel.:  +34-4-4647700 x2624
48940 Lejona (Vizcaya) - SPAIN          | Fax:   +34-4-4858139
-----------------------------------------------------------------------
               "Go ahead... make my day." - H. Callahan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?349FD80F.7690E969>