From owner-freebsd-current@FreeBSD.ORG Wed Oct 3 07:11:26 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A01316A417 for ; Wed, 3 Oct 2007 07:11:26 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4D15013C469 for ; Wed, 3 Oct 2007 07:11:26 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so8464201pyb for ; Wed, 03 Oct 2007 00:11:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=X2YDw/K3Qh204CHM2bdrKtsFAxt2uzaGlzKFjBmHsig=; b=EkzON3FNmi0db/1FtLR1r3Mv3vjCgYEMAIlTkoFC2sjhKyZjtRQsTTgxELKxBD05Um/ECEAXVteCK+QNzcgABmEtYv6FvLgmVbVrjsbx9yQP64OZYgCkEmxQWuWrX7nnXp2N9r3xiDb1/5ObeU9LbPxgNx21JeGPAzW+U4HQAAU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EFjjfCZ4RGR3DHeEXhJFD/iTYN6cVo7ltOQeoL9ZrWMyzzBDpcztHHtkM/4IvX9CEsGZ/bKuKMElDWW+gRgjtxyTob7DfdFUhETnGk9cioAY12OYeAmJ3qB8RI9WIYjD5FSjy/1/wxf2SoBKBRTOyTq/j3H5L0hG8ZcEbMr4xjw= Received: by 10.64.243.10 with SMTP id q10mr20665050qbh.1191395484890; Wed, 03 Oct 2007 00:11:24 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Wed, 3 Oct 2007 00:11:24 -0700 (PDT) Message-ID: Date: Wed, 3 Oct 2007 07:11:24 +0000 From: "Aryeh Friedman" To: "Robert Backhaus" , freebsd-current@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: Subject: Re: small purposal for change in installworld 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: Wed, 03 Oct 2007 07:11:26 -0000 On 10/3/07, Robert Backhaus wrote: > On 10/3/07, Aryeh Friedman wrote: > > Installworld shouldn't clobber the supfiles in > > /usr/share/example/cvsup... having to change the default host after > > every build/install world is annoying > > Another option is to always specify the host on the command line (csup > -h cvsup2.au.freebsd.org ....) or using a tool like fastest_cvsup > (csup -h `fastest_cvsup -qc au` ...). > Where in the ports collection do I find fastest_cvsup? side question maybe we want to make it the default host for cvsup (ala gentoo's emerge)