Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2002 17:50:35 -0500
From:      "Kevin Kinsey, DaleCo, S.P." <kdk@daleco.biz>
To:        <jerad.hampton@kingsu.ca>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: cvs upgrading
Message-ID:  <00bd01c21d63$e31b9a40$69e2910c@fbccarthage.com>
References:  <3D19BEFD.14536.FDA9FA@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message -----
From: "Jerad Hampton" <jerad.hampton@KingsU.ab.ca>
To: <freebsd-questions@FreeBSD.ORG>
Sent: Wednesday, June 26, 2002 2:17 PM
Subject: cvs upgrading


> I have used cvs to get updates for my FreeBSD 4.2 and now that I have them
all
> downloaded into the ncvs directory all the documentation I've found
doesn't tell me
> the next step.  Could someone help me with the next step after this.
>
> ThanksJerad Hampton
> Network Administrator
> The King's University College
>
Read this, double check the handbook
to make sure it's OK with 4.2 ---

Assuming dir is /home/ncvs/
do something very much like this:

#cd /home/ncvs/src
#make buildworld
#make buildkernel (see Handbook for instructions)
#make installkernel (see Handbook...)

reboot to single user
#cd /home/ncvs/src
#make installworld

reboot
#mergemaster (read up on this also, it bit me 1st time
             I used it....)


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00bd01c21d63$e31b9a40$69e2910c>