From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 09:00:08 2009 Return-Path: Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7694410656C3 for ; Fri, 30 Jan 2009 09:00:08 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id EBC6F8FC19 for ; Fri, 30 Jan 2009 09:00:07 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by ewy14 with SMTP id 14so743953ewy.19 for ; Fri, 30 Jan 2009 01:00:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=8PXgZ0xyjWV8b1PzjaeIC6SSCEsVBCGrsVpqz9uNIyw=; b=snT0cT4dC1xOxXO+WpbEf2CLR7C612l4y4xSVZ7R1HauJZcZzpeJx14Wu7LNuqYe18 /ESG4BFXkx9bOkp7FTARQjeZkI9J5VQOGEttshilaD9q5uKkJcOGFtbB7D02f3eCow4Y L7+piXkl7sJGIkCS+Y1M1dUZirz1srz8NcqQo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=YLwtmffKwV4Xj5cckUJxYa6+WPYd+YHVljwsUxdwlam5jeWs/bKcOBJuLSO4l8MAOt TpY2vwrp9kChaCZAZoWmjlbSOs8eVLO5syH2woyDvLMpzD+h/niP+bf1dkaAki/tLNRx 7CpayiYFKblzzYj4S25edm65WgOzodeEv/nSg= Received: by 10.210.76.4 with SMTP id y4mr1094098eba.125.1233306006860; Fri, 30 Jan 2009 01:00:06 -0800 (PST) Received: from joshua.freebsdgr.org (athedsl-4557718.home.otenet.gr [94.70.87.158]) by mx.google.com with ESMTPS id h1sm2091391nfh.63.2009.01.30.01.00.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 30 Jan 2009 01:00:06 -0800 (PST) Message-ID: <4982C194.1060300@gmail.com> Date: Fri, 30 Jan 2009 11:00:04 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.19 (X11/20090104) MIME-Version: 1.0 To: Akenner References: <4982BA04.9020102@comcast.net> In-Reply-To: <4982BA04.9020102@comcast.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Questions@FreeBSD.org Subject: Re: [Fwd: Re: Steps to upgrade from 7.0-RELEASE to 7.1-RELEASE] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2009 09:00:10 -0000 Akenner wrote: > Hi, > > I've continued reading to keep myself updated with info used, and I > have a few questions about what I've seen about freebsd-update: > > I've read not to use FreeBSD-update AND cvsup together, and so I've > decided to go along with this as to not cause problems for myself. > > Does FreeBSD-update have any benefit over the cvsup method? I've heard > you don't have to go single user and a few other things, but does it > have any actual benefit? > > Thanks, > > -Allen You don't have to recompile anything (can be lengthy esp. on older machines), the mergemaster step is usually a lot simpler and less tedious. Very useful for people tracking RELEASE and the security branch. You still need csup / cvsup to track STABLE or CURRENT though.