From owner-freebsd-stable@FreeBSD.ORG Tue Feb 22 14:56:59 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A09B106566B for ; Tue, 22 Feb 2011 14:56:59 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id B3B448FC16 for ; Tue, 22 Feb 2011 14:56:58 +0000 (UTC) Received: by wwi17 with SMTP id 17so4196584wwi.1 for ; Tue, 22 Feb 2011 06:56:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=RjGPDFgYz+NnXV9PYFwJrSnvocoOaT0oFQKlN6ifyDA=; b=EAPhMKtHvA5JmEa/S2jXQLYp01usjg3cHj2TPoA+6AZK7L/Au0wkyQ07U08aQTlKkf Z5J22FktWU7DQDbKRXB/whm9r4Yz0AWTmZn7XsK6RwPZ6k+SMSwcWjHtxmrKzUtCD2JC QVQGHOaJKKOCjoE+D8afpimmRdl6K6P/NelwU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=mPjyBTt/Y0I+7IQKBLstFeqVpywiGzJ6BfIgF8/mdxiOHS6GKvwN/dLGCiXyC3UuWo S7iaKa5zsoxCLuvEHnJ6ZxPZiDyLp5QMDKIGmUe6Jl+hvc9P4uTk192oGoN1Sea9/yMu FLbvpNCTB3kSq4UtnG61YneJsXoycJbVuKSPk= Received: by 10.216.56.65 with SMTP id l43mr3215234wec.113.1298384918807; Tue, 22 Feb 2011 06:28:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.11.69 with HTTP; Tue, 22 Feb 2011 06:28:03 -0800 (PST) In-Reply-To: <4D63C272.1080004@stillbilde.net> References: <4D63C272.1080004@stillbilde.net> From: Renato Botelho Date: Tue, 22 Feb 2011 11:28:03 -0300 Message-ID: To: Svein Skogen Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: Freebsd-update and release candidates X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 14:56:59 -0000 On Tue, Feb 22, 2011 at 11:04 AM, Svein Skogen wrote: > I'm in the process of setting up a small network of FreeBSD > installations. My plan (this time) is to keep them on branches available > to freebsd-update, instead of depending on source being checked out from > CVS. > > However, I'm a wee bit curious of whether I will be able to upgrade from > 8.2RC3 or if I should wait until 8.2 is actually released with the setup > (I _CAN_ wait a week or two). If you are running 8.2-RC3, you can safely run freebsd-update to go to 8.2-RELEASE. # freebsd-update -r 8.2-RELEASE upgrade -- Renato Botelho