From owner-freebsd-current@FreeBSD.ORG Thu Oct 25 23:50:54 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0868316A418 for ; Thu, 25 Oct 2007 23:50:54 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 846CB13C48D for ; Thu, 25 Oct 2007 23:50:53 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 41674 invoked by uid 1002); 25 Oct 2007 23:24:12 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(127.0.0.1):. Processed in 6.016335 secs); 25 Oct 2007 23:24:12 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 25 Oct 2007 23:24:05 -0000 Received: from 208.70.104.211 (SquirrelMail authenticated user steve@ibctech.ca) by webmail.ibctech.ca with HTTP; Thu, 25 Oct 2007 19:24:05 -0400 (EDT) Message-ID: <1985.208.70.104.211.1193354645.squirrel@webmail.ibctech.ca> In-Reply-To: <200710251516.19505.fjwcash+freebsd@gmail.com> References: <200710252120.l9PLKYFJ041330@himinbjorg.tucs-beachin-obx-house.com> <47210FBE.6080803@gmail.com> <20071025220742.GA45217@owl.midgard.homeip.net> <200710251516.19505.fjwcash+freebsd@gmail.com> Date: Thu, 25 Oct 2007 19:24:05 -0400 (EDT) From: "Steve Bertrand" To: "Freddie Cash" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: current@freebsd.org Subject: Re: 7.0-BETA1.5 ISO/ftp X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2007 23:50:54 -0000 > Maybe not, but for the bulk of the users of cvsup, csup is a drop-in > replacement. :) As with most things in Unix-land, there's more than > one way to do things, and every one will defend to the death their way > of doing things. :D Without taking the time to RTFM, I'll say this: The first thing I do when I install a new system from an ISO is: # pkg_add -r cvsup-without-gui # pkg_add -r fastest_cvsup Then I copy my supfile(s) from another equivalent box to this one, including my refuse file, and: # cvsup -L 2 -g /etc/supfile && cvsup -L 2 -g /etc/supfile.ports Will csup work the exact same way, without having to do the pkg_add steps? Is this what " a drop in replacement" means? Steve