From owner-freebsd-stable@FreeBSD.ORG Tue Oct 23 21:24:55 2007 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 ECFA616A468 for ; Tue, 23 Oct 2007 21:24:55 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id BB4E413C4B3 for ; Tue, 23 Oct 2007 21:24:55 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-68-175-8-11.hvc.res.rr.com [68.175.8.11]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l9NLOmQ0024435; Tue, 23 Oct 2007 17:24:48 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l9NLOgtn018776; Tue, 23 Oct 2007 17:24:42 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l9NLOgKd018775; Tue, 23 Oct 2007 17:24:42 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200710232124.l9NLOgKd018775@himinbjorg.tucs-beachin-obx-house.com> To: oberman@es.net (Kevin Oberman) Date: Tue, 23 Oct 2007 17:24:42 -0400 (EDT) In-Reply-To: <20071017211312.7EF984500E@ptavv.es.net> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Robert Chalmers , freebsd-stable@freebsd.org, Claus Guttesen Subject: Re: can I do 6.1-RELEASE to 6.2 via cvsup 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, 23 Oct 2007 21:24:56 -0000 > > Also, the list of things to do is a bit mis-ordered and truncated. The > official list is in /usr/src/UPDATING and reads: > > > make buildworld > make kernel KERNCONF=YOUR_KERNEL_HERE > [1] > [3] > mergemaster -p [5] > make installworld > make delete-old > ^^^^^^^^^^^^^^^^^ Where in /usr/src/UPDATING is that command. I can't see it. > > mergemaster [4] > Thanks, Tuc