From owner-freebsd-stable@FreeBSD.ORG Sun May 29 17:53:54 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C972B16A41C for ; Sun, 29 May 2005 17:53:54 +0000 (GMT) (envelope-from dmagda@ee.ryerson.ca) Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D41443D1F for ; Sun, 29 May 2005 17:53:53 +0000 (GMT) (envelope-from dmagda@ee.ryerson.ca) Received: from [192.168.1.133] ([67.70.120.209]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050529175351.ZNH26102.tomts10-srv.bellnexxia.net@[192.168.1.133]> for ; Sun, 29 May 2005 13:53:51 -0400 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <739ad9e78b9eac1b650a1ab9ac6877af@ee.ryerson.ca> Content-Transfer-Encoding: 7bit From: David Magda Date: Sun, 29 May 2005 13:53:49 -0400 To: stable@freebsd.org X-Mailer: Apple Mail (2.622) Cc: Subject: Re: Why Move . . . X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Magda List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2005 17:53:54 -0000 On May 28, 2005, at 15:56, Claus Guttesen wrote: > whatever. The ports-collection will take care of dependencies. > Upgrading is done by portupgrade zsh for instance. Just a small hint: personally I tend to always use the "-b" option to create a backup copy of the previous version (usually saved in /var/tmp). This way if your testing (!) didn't catch some issues you can go back to the exact (more or less) environment you had before the upgrade. After a little while you can then delete the backed up version to reclaim space and keep things tidy.