From owner-freebsd-stable@FreeBSD.ORG Sun Nov 16 08:42:57 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52CA0342 for ; Sun, 16 Nov 2014 08:42:57 +0000 (UTC) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB635C79 for ; Sun, 16 Nov 2014 08:42:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id sAG8ghPI015964; Sun, 16 Nov 2014 19:42:44 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 16 Nov 2014 19:42:43 +1100 (EST) From: Ian Smith To: Kevin Oberman Subject: Re: Upgrade from 10.1-RC3 to 10.1-RELEASE using freebsd-update In-Reply-To: Message-ID: <20141116191816.K31139@sola.nimnet.asn.au> References: <1416065576.26947.YahooMailNeo@web190701.mail.sg3.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Masoom Shaikh , "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2014 08:42:57 -0000 On Sat, 15 Nov 2014 11:41:03 -0800, Kevin Oberman wrote: [..] > You're using the wrong command to freebsd-update. > # freebsd-update upgrade -r 10.1-RELEASE > > "fetch" is appropriate to updating for patches to the release you are > currently running. > > Since you installed from a USB distribution, there is no rollback. The > rollback data is created by freebsd-update. > > Also, I suspect you entered the data above from memory as freebsd-upgrade > is not a command in base freebsd. Personally I find usage of the terms 'update' and 'upgrade' bound to lead to problems; they are not far enough from synonymous in common English usage. C.O.D. has it thus: update v.t. Bring up to date. upgrade v.t. Raise in rank etc. freebsd-update(8) is reasonably clear about what upgrade means, but I'm still finding usage of these terms in pkg-update(8) and pkg-upgrade(8) regularly confusing especially as searching either for 'update|upgrade' shows plenty of hits for both. Perhaps less of an issue for non-native English speakers/authors? cheers, Ian