From owner-freebsd-questions@FreeBSD.ORG Sun Apr 6 12:59:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 217A137B401 for ; Sun, 6 Apr 2003 12:59:29 -0700 (PDT) Received: from mail.duth.gr (mail.duth.gr [192.108.114.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1AAB43F3F for ; Sun, 6 Apr 2003 12:59:27 -0700 (PDT) (envelope-from bigbrother@bonbon.net) Received: from bigb3server.bbcluster.gr (b9-19.xan.duth.gr [193.92.211.19]) by mail.duth.gr (8.12.8p1/8.12.6) with ESMTP id h36JxPof037238 (version=TLSv1/SSLv3 cipher=EDH-DSS-DES-CBC3-SHA bits=168 verify=NO) for ; Sun, 6 Apr 2003 22:59:25 +0300 (EEST) (envelope-from bigbrother@bonbon.net) Received: from macedon (macedon.vlsi.gr [192.168.3.226]) h36Jx5ZQ038051 for ; Sun, 6 Apr 2003 22:59:20 +0300 (EEST) (envelope-from bigbrother@bonbon.net) From: "Bigbrother" To: Date: Sun, 6 Apr 2003 22:59:13 +0300 Organization: Bigbrother Clustered Network Message-ID: <004001c2fc77$036a4880$e203a8c0@macedon> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal In-Reply-To: <20030406190043.6021E37B405@hub.freebsd.org> Subject: Using a different WORK folder for ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 19:59:29 -0000 Hi people, I want to NFS export read-only the ports tree /usr/ports to different fbsd machines. When the clients try to build a port, the compilation fails because they cannot write to the ports tree. Is there any hack that it could redirect the ./work folder of every port to be a local rw disk, like /usr/tmp/work ? Thus, patches and compilation would be redirected to a local hard disk. (This would increase also the compilation performance) Thankx in advance!!