From owner-freebsd-questions Wed Jun 26 17: 7:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id 9363A37B423 for ; Wed, 26 Jun 2002 16:07:50 -0700 (PDT) Received: from daleco [12.145.226.105] by mail.gbronline.com (SMTPD32-7.10) id A4FC3B550080; Wed, 26 Jun 2002 17:49:32 -0500 Message-ID: <00bd01c21d63$e31b9a40$69e2910c@fbccarthage.com> From: "Kevin Kinsey, DaleCo, S.P." To: , References: <3D19BEFD.14536.FDA9FA@localhost> Subject: Re: cvs upgrading Date: Wed, 26 Jun 2002 17:50:35 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Jerad Hampton" To: 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