From owner-freebsd-stable@FreeBSD.ORG Sat Oct 19 15:04:53 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 88B3082D for ; Sat, 19 Oct 2013 15:04:53 +0000 (UTC) (envelope-from sperber@deinprogramm.de) Received: from mx.deinprogramm.de (deinprogramm.de [88.198.58.179]) by mx1.freebsd.org (Postfix) with ESMTP id 480E52E86 for ; Sat, 19 Oct 2013 15:04:52 +0000 (UTC) Received: from jellaby.local (p5482BFE5.dip0.t-ipconnect.de [84.130.191.229]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.deinprogramm.de (Postfix) with ESMTPSA id 3AEA33048C; Sat, 19 Oct 2013 16:57:51 +0200 (MST) Received: by jellaby.local (Postfix, from userid 2246) id A0965254C065; Sat, 19 Oct 2013 16:57:50 +0200 (CEST) From: Michael Sperber To: Mathieu Arnold Subject: Re: Going from -STABLE to -RELEASE with freebsd-update support? References: <83FF91088F9ADFD31D4A912B@atuin.in.mat.cc> Date: Sat, 19 Oct 2013 16:57:50 +0200 In-Reply-To: <83FF91088F9ADFD31D4A912B@atuin.in.mat.cc> (Mathieu Arnold's message of "Sat, 19 Oct 2013 14:56:16 +0200") Message-ID: User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b33 (darwin) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 15:04:53 -0000 Mathieu Arnold writes: > One easy way to do it would be to use freebsd-update directly, say you're > running 8.3-STABLE and want to go to 8.4-RELEASE : > > # UNAME_r=8.3-RELEASE freebsd-update -r 8.4-RELEASE upgrade > > It'll trick freebsd-update into thinking it's running on 8.3-RELEASE, which > is more or less not that untrue, and it'll run the normal upgrade process > to 8.4. Thanks! Last I checked, freebsd-update looked at the actual files and their checksums, and would refuse to run if it doesn't find what it expects. Will setting UNAME_r override this? -- Regards, Mike