From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 00:30:21 2005 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 2F9C116A41F for ; Sun, 26 Jun 2005 00:30:21 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from biodiesel.gaiahost.coop (biodiesel.gaiahost.coop [64.95.78.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDA2543D58 for ; Sun, 26 Jun 2005 00:30:12 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from pooh.hubcapconsulting.com (host-216-153-147-194.spr.choiceone.net [::ffff:216.153.147.194]) (AUTH: LOGIN mark@hubcapconsulting.com) by biodiesel.gaiahost.coop with esmtp; Sat, 25 Jun 2005 20:30:11 -0400 id 0092C010.42BDF713.0000675A Received: by pooh.hubcapconsulting.com (sSMTP sendmail emulation); Sat, 25 Jun 2005 20:30:10 -0400 From: "Mark Bucciarelli" Date: Sat, 25 Jun 2005 20:30:10 -0400 To: freebsd-questions@freebsd.org Message-ID: <20050626003010.GA3023@pooh.hubcapconsulting.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <4284E7C4.6030909@gaiahost.coop> <20050518162928.0541543DB0@mx1.FreeBSD.org> <20050625210934.GB3038@pooh.hubcapconsulting.com> <42BDE95E.9050003@dial.pipex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <42BDE95E.9050003@dial.pipex.com> User-Agent: Mutt/1.5.9i Subject: Re: Managing updates in jails 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: Sun, 26 Jun 2005 00:30:21 -0000 On Sun, Jun 26, 2005 at 12:31:42AM +0100, Alex Zbyslaw wrote: > Mark Bucciarelli wrote: > > I don't understand the relationship between cvsup and portupgrade. > cvsup is a tool for maintaining a set of checked out files in sync with > a remote CVS repository without having to use CVS directly. In the case > of the ports tree, those files are things like the Makefile, package > descriptions and patches. Ahhh ... light bulb goes off. Thanks for your detailed post! m