From owner-freebsd-questions@FreeBSD.ORG Sun Aug 6 00:05:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C2E9F16A4DF for ; Sun, 6 Aug 2006 00:05:09 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5308543D49 for ; Sun, 6 Aug 2006 00:05:09 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k76053xr038389 for ; Sat, 5 Aug 2006 19:05:03 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sat, 5 Aug 2006 19:05:02 -0500 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608051905.03161.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on zeus.dfwlp.com Subject: a build server for my network 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: Sun, 06 Aug 2006 00:05:09 -0000 i was reading this today, and working on creating a build server: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/small-lan.html the section for ports mentions that the make.conf files need to have DISTDIR and some other things specified in order for it all to work properly. i looked at the example make.conf, but i dont see examples for the settings that are listed in the handbook. can someone point me in the right direction here, so i can sucessfully share my ports folder with others via nfs? thanks jonathan