From owner-freebsd-stable@FreeBSD.ORG Sat Aug 25 04:18:41 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E7A5106566B; Sat, 25 Aug 2012 04:18:41 +0000 (UTC) (envelope-from wollman@hergotha.csail.mit.edu) Received: from hergotha.csail.mit.edu (wollman-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:ccb::2]) by mx1.freebsd.org (Postfix) with ESMTP id C230D8FC0A; Sat, 25 Aug 2012 04:18:40 +0000 (UTC) Received: from hergotha.csail.mit.edu (localhost [127.0.0.1]) by hergotha.csail.mit.edu (8.14.5/8.14.5) with ESMTP id q7P4IdF7013397; Sat, 25 Aug 2012 00:18:39 -0400 (EDT) (envelope-from wollman@hergotha.csail.mit.edu) Received: (from wollman@localhost) by hergotha.csail.mit.edu (8.14.5/8.14.4/Submit) id q7P4Idnp013396; Sat, 25 Aug 2012 00:18:39 -0400 (EDT) (envelope-from wollman) Date: Sat, 25 Aug 2012 00:18:39 -0400 (EDT) From: Garrett Wollman Message-Id: <201208250418.q7P4Idnp013396@hergotha.csail.mit.edu> To: gjb@freebsd.org X-Newsgroups: mit.lcs.mail.freebsd-stable In-Reply-To: <20120825041357.GD1345@glenbarber.us> References: <1345697446.84337.11.camel@neo.cse.buffalo.edu> <20120823225855.U33776@sola.nimnet.asn.au> <20120825035543.GA25767@anubis.morrow.me.uk> Organization: none X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (hergotha.csail.mit.edu [127.0.0.1]); Sat, 25 Aug 2012 00:18:39 -0400 (EDT) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hergotha.csail.mit.edu Cc: stable@freebsd.org Subject: Re: FreeBSD 9.1-RC1 Available... 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: Sat, 25 Aug 2012 04:18:41 -0000 In article <20120825041357.GD1345@glenbarber.us>, gjb@freebsd.org writes: >On Sat, Aug 25, 2012 at 04:55:48AM +0100, Ben Morrow wrote: >> 1. Is is sensible|supported to use freebsd-update to update just the src >> component, followed by a normal buildworld/buildkernel to update the >> rest of the system? I would much prefer to avoid having to use svn, >> especially given that it isn't in the base system. >No. freebsd-update(8) is a binary system updater. It does not touch >your source tree. It works just fine for that, actually -- PROVIDED that you installed the source tree the same way (from original installation media or with a previous freebsd-update invocation). I don't know what it will do if you've modified the sources. On the machines where I do this, I don't touch the sources. -GAWollman