From owner-freebsd-questions@FreeBSD.ORG Mon Dec 1 02:26:01 2008 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 DEDAB1065672 for ; Mon, 1 Dec 2008 02:26:01 +0000 (UTC) (envelope-from juan.pablo.roig@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id B63988FC1A for ; Mon, 1 Dec 2008 02:26:01 +0000 (UTC) (envelope-from juan.pablo.roig@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so2462278wfg.7 for ; Sun, 30 Nov 2008 18:26:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=i+rm3PGQug+nQ8jjeZugnkqI0RoPk2xe1r6LOz6Xt/M=; b=tiA9cwUsT7XOtOSsUEyWziYi2J4FDM7pGHj70RdKnlX1zp4Fd1Q2eWFjca77CsgbNU MSsDX9ZRnKDC36iKR52DMbqjPKyajR2PaWYa+emcgNoU+TgDoWVBr9JgXbbIUflSOUpY suCsuHVHHfTi1W9+lKjHU/e9I9VhDWWWySedA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=cLoQMupNzQ2MB80ud7nto5ajb8kzCdrNtOfkPmYdqlL7yA31a3/KfmB90DZM3EPgGh bvKy/pH57iB2EYFerq/kyi1Q5XQP9VvMtdlbe+th42tAVCeKQd9/ykliEt48xh53YYMT 0uxDERk7jmWZr1SeoA8MutnEptHfU3IWNybnY= Received: by 10.142.147.15 with SMTP id u15mr4292679wfd.317.1228096809511; Sun, 30 Nov 2008 18:00:09 -0800 (PST) Received: by 10.142.170.2 with HTTP; Sun, 30 Nov 2008 18:00:09 -0800 (PST) Message-ID: <5ea9ed1c0811301800k1422e70egccec3916a41ee652@mail.gmail.com> Date: Mon, 1 Dec 2008 00:00:09 -0200 From: "Juan Pablo Roig" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ports mirror 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: Mon, 01 Dec 2008 02:26:01 -0000 Hi all: i want trying to make in my lan a mirror of the ports. I have the cvsup mirror , and an rsync of all the ports. But in a client i made a cvsup of the ports list, but then when i make a port it going to get the tar.bz from an external ftp... i have an idea, to nfs mount all the rsynced ports in the client's /usr/ports/distfiles ... but i think there is another way. any ideas? Thanks