From owner-freebsd-questions@FreeBSD.ORG Mon Jan 2 06:47:05 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 E80C016A41F for ; Mon, 2 Jan 2006 06:47:05 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from skippyii.compar.com (skippyii.compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A3F643D46 for ; Mon, 2 Jan 2006 06:47:05 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (CPE00062566c7bb-CM0011e6ede298.cpe.net.cable.rogers.com [70.28.254.189]) by skippyii.compar.com (8.13.1/8.13.1) with ESMTP id k026mP2E076256; Mon, 2 Jan 2006 01:48:25 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <004a01c60f68$78c88360$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" To: "Nguyen Danh Hieu" <21thang3@gmail.com>, References: <43B8C718.4010307@gmail.com> Date: Mon, 2 Jan 2006 01:47:59 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Cc: Subject: Re: Fetch dependencies from LAN 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, 02 Jan 2006 06:47:06 -0000 > I am using FreeBSD 6.0 now and there is a ftp server in my local > network at which we can find every needed dependencies. What should I do > to make my computer fetch dependencies from the server instead of > ftp://bsd.org or other global server Set MASTER_SITE_OVERRIDE= in /etc/make.conf. -- Matt Emmerton