From owner-freebsd-ports@FreeBSD.ORG Tue Feb 26 04:27:43 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 10BCA4D2 for ; Tue, 26 Feb 2013 04:27:43 +0000 (UTC) (envelope-from jamebus@gmail.com) Received: from mail-vc0-f176.google.com (mail-vc0-f176.google.com [209.85.220.176]) by mx1.freebsd.org (Postfix) with ESMTP id A398EB60 for ; Tue, 26 Feb 2013 04:27:42 +0000 (UTC) Received: by mail-vc0-f176.google.com with SMTP id fk10so2198642vcb.21 for ; Mon, 25 Feb 2013 20:27:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=fAA+PGIGA1uUbeehcYm3o7CCOHtCuVQfU4ewetKyJkg=; b=CUEsxR6/n1eSBI198LVXYQY5IFc2AXZaDakeKQDD4ABOpPKZSZo4BEx/iMxLHpWOMG ydXm+ciqJ9KqAIESOFApAgTIRCcJ0p2PYgRTI5g1tFlSfYyAlDD+1Ny5KG+iz5NMVLv4 SDAaIGkvHHBy17rzWxrQzre3LXcgE5JVE3jkQFpEZtDuQaui0WslkzAZ8h3zoK+joDKf kjM4rZnJOEPt9ThC0aJZubH9pRxlTXziXB81PBPY+b/LEhDHZ8P2/I4OIm9PQG3b5KwJ 6X+ipYs1RVl4Q68vgpOp2yAzATnM5u0j12RQcnnfKZ29yE86pE0BDQwo/iYZYQwpjQ9M VzKA== MIME-Version: 1.0 X-Received: by 10.52.99.1 with SMTP id em1mr9604500vdb.48.1361852856635; Mon, 25 Feb 2013 20:27:36 -0800 (PST) Sender: jamebus@gmail.com Received: by 10.58.34.99 with HTTP; Mon, 25 Feb 2013 20:27:36 -0800 (PST) In-Reply-To: <512C249B.4090401@ish.com.au> References: <512C249B.4090401@ish.com.au> Date: Mon, 25 Feb 2013 22:27:36 -0600 X-Google-Sender-Auth: CANPhEgw3PpQPNSECDFylzxS53A Message-ID: Subject: Re: Share /var/cache/pkg/ between machines From: James To: Aristedes Maniatis Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD-ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 04:27:43 -0000 You could put /var/cache/pkg on NFS, writable by all clients. However, my preference would be to put the pkg repo on NFS and not use cache at all. At the moment I clean out cache daily via periodic(8). -- James.