From owner-freebsd-questions Tue Jan 14 23:20:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6886C37B405 for ; Tue, 14 Jan 2003 23:20:15 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D2E43F13 for ; Tue, 14 Jan 2003 23:20:12 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b226.otenet.gr [212.205.244.234]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0F7K1xc024156; Wed, 15 Jan 2003 09:20:03 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0F7K13p097888; Wed, 15 Jan 2003 09:20:01 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0F7K1SY097887; Wed, 15 Jan 2003 09:20:01 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 15 Jan 2003 09:20:01 +0200 From: Giorgos Keramidas To: Schrodinger Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Updating Procedure Message-ID: <20030115072001.GA97205@gothmog.gr> References: <2362.159.134.75.124.1042597157.squirrel@webmail.konundrum.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2362.159.134.75.124.1042597157.squirrel@webmail.konundrum.org> 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 On 2003-01-15 02:19, schrodinger@konundrum.org (Schrodinger) wrote: > I was wondering can anyone tell me the correct procedure for updating my > sources to the current 4.7 source. From what I can make out so far if I > want to update my source I would use the following cvsup file: > *default host=cvsup.ie.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=RELENG_4 > *default delete use-rel-suffix > *default compress > src-all > > I would then issue the following commands: > cd /etc > cvsup -g -L 1 cvsupfle > > When the cvsup has finished successfully I would then: > cd /usr/src/ // this is all assuming that I have properly > configured my make.conf > make world > > When this has finished I would re-compile my kernel and reboot. > Are these steps correct or am I missing anything? "make world" will also install the kernel. You should probably read the instrucctions in src/UPDATING after running CVSup. Especially the section titled: To update from 4.0-RELEASE or later to the most current 4.x-STABLE ---------- - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message