From owner-freebsd-questions@FreeBSD.ORG Tue May 9 19:57:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C32F116A55D for ; Tue, 9 May 2006 19:57:44 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FF9143D4C for ; Tue, 9 May 2006 19:57:43 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-102-190.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.102.190]) by smtp01.lnh.mail.rcn.net with ESMTP; 09 May 2006 15:58:27 -0400 X-IronPort-AV: i="4.05,106,1146456000"; d="scan'208"; a="200837369:sNHT22444060" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17504.62291.380603.709216@jerusalem.litteratus.org> Date: Tue, 9 May 2006 15:53:55 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <4460D22D.8070001@gmail.com> References: <62b856460605090453o24f7de34ka71fffa392bfdedb@mail.gmail.com> <4460CC0B.8050209@gmail.com> <17504.52960.813275.969325@jerusalem.litteratus.org> <4460D22D.8070001@gmail.com> X-Mailer: VM 7.17 under 21.5 (beta26) "endive" XEmacs Lucid Subject: Re: Upgrading to 6.1 (cvsup) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2006 19:57:44 -0000 John Cruz writes: > > What particularly of cvsup do you find confusing? > > Specifically it would be the supfile stuff, everything I've been > reading says "if you put in the wrong thing here, you can screw > the whole system up", A bad supfile will mess up _the source tree_; one could possibly screw up the system by setting "prefix=/" ... but that's rather farfetched. And the cure for a garbled source tree is a) put the right stuff in the supfile then b) "rm -rf /usr/src/*" and c) re-run cvsup. Robert Huff