From owner-freebsd-current@FreeBSD.ORG Wed Jun 1 13:35:47 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BACB16A41C for ; Wed, 1 Jun 2005 13:35:47 +0000 (GMT) (envelope-from mayday@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A98BC43D1F for ; Wed, 1 Jun 2005 13:35:46 +0000 (GMT) (envelope-from mayday@gmx.net) Received: (qmail invoked by alias); 01 Jun 2005 13:35:45 -0000 Received: from p54A0982A.dip0.t-ipconnect.de (EHLO [192.168.2.5]) [84.160.152.42] by mail.gmx.net (mp026) with SMTP; 01 Jun 2005 15:35:45 +0200 X-Authenticated: #431110 From: Benjamin Sobotta To: freebsd-current@freebsd.org Date: Wed, 1 Jun 2005 15:35:43 +0200 User-Agent: KMail/1.7.2 References: <43866.62.2.21.164.1117631913.squirrel@www.gwch.net> In-Reply-To: <43866.62.2.21.164.1117631913.squirrel@www.gwch.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506011535.43983.mayday@gmx.net> X-Y-GMX-Trusted: 0 Subject: Re: How to update my system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 13:35:47 -0000 On Wednesday 01 June 2005 15:18, Roger Grosswiler wrote: > i am very, very new on freebsd. I would like to now, with which > possibilities i could update my freebsd 5.4 to the latest available > updates? > Thank you > Roger Hi! I think the preferable way to get the latest updates would be cvsup. There are sections in the handbook describing in detail on how to do it. Like http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html The following link helps you to make your supfile, depending on what version in FreeBSD you're running / want to upgrade to. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html To get cvsup running in the first place check out http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html As this might be confusing I suggest to proceed as follows: 1. Install cvsup 2. Create an appropriate supfile 3. run cvsup to all updates. 4. rebuild the stuff you upgraded the sources Ben