From owner-freebsd-questions@FreeBSD.ORG Tue Apr 7 15:54:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8EA4106566C for ; Tue, 7 Apr 2009 15:54:17 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id A371E8FC19 for ; Tue, 7 Apr 2009 15:54:17 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so2034952qwb.7 for ; Tue, 07 Apr 2009 08:54:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=NiAazvO5BQ2UmXSQ1WVlfOsTREh0ZVh30ScW7ZK7RYY=; b=wxIh4/eThO3z3ML4euS19JrwkBkkettoNih19zlzHl2tNWyazTNbZRYWnTNpncwNvO WeQYun6m8PPb+P2tgLQovSh9swFDDBvVe8batSoIjXUYBQVYQzUmKo1ObQ9NYcELtzzh X9oC5l3UMlSVtQFpbQvt0Mwq1Y/vjb/Ha5s0Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=qj8a5HPWLks7WCCllOqXdvHXKKIN6bGo49DDpvMNkhxkUi+hTjJtw0ER8fD1fnSxx2 4cNFlHc3HaIIcSW6uKua42/szk1+phHnVT+ib8oI/42GEx3pzZW5qWPT0vjaly7CQx/Y QE/jKmmYbR5QEQQCqfODp+znvTNAybRVs+pIg= MIME-Version: 1.0 Received: by 10.229.82.81 with SMTP id a17mr175702qcl.107.1239119655468; Tue, 07 Apr 2009 08:54:15 -0700 (PDT) In-Reply-To: <49DB758B.6060807@eskk.nu> References: <49DB758B.6060807@eskk.nu> Date: Tue, 7 Apr 2009 11:54:15 -0400 Message-ID: From: "illoai@gmail.com" To: Leslie Jensen Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: Portsnap question 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, 07 Apr 2009 15:54:18 -0000 2009/4/7 Leslie Jensen : > > I used to use csup and in my /root/ports-supfile I changed the default host > line to a server near me. > > *default host=cvsup.se.FreeBSD.org > > Now I've been using portsnap for a while and when installing a new system I > got to question if portsnap look in this file for an update server or does > portsnap need to be configured somewhere else? /etc/portsnap.conf but: # Server or server pool from which to fetch updates. You can change # this to point at a specific server if you want, but in most cases # using a "nearby" server won't provide a measurable improvement in # performance. SERVERNAME=portsnap.FreeBSD.org -- --