From owner-freebsd-questions@FreeBSD.ORG Thu Nov 27 06:36:16 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 E77ED1065673 for ; Thu, 27 Nov 2008 06:36:16 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from bsdevel.alaskaparadise.com (bsdevel.alaskaparadise.com [208.86.224.193]) by mx1.freebsd.org (Postfix) with ESMTP id CAF8F8FC08 for ; Thu, 27 Nov 2008 06:36:16 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from stargate.alaskaparadise.com (172-67-237-24.gci.net [24.237.67.172]) by bsdevel.alaskaparadise.com (Postfix) with ESMTP id 51A2B28E1281; Thu, 27 Nov 2008 06:20:59 +0000 (UTC) From: Beech Rintoul To: freebsd-questions@freebsd.org Date: Wed, 26 Nov 2008 21:20:58 -0900 User-Agent: KMail/1.10.1 (FreeBSD/8.0-CURRENT; KDE/4.1.1; i386; ; ) References: <492E32C5.9070204@gmail.com> In-Reply-To: <492E32C5.9070204@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811262120.58753.> Cc: michael Subject: Re: make release of current 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: Thu, 27 Nov 2008 06:36:17 -0000 On Wednesday 26 November 2008 20:40:21 michael wrote: > will make release work for current? i've built a nice working system > that i would like to be able to install on several identical machines. Yes, but read all the docs completely there are a number of options you need, like telling it to use your source tree instead of CVS and if you want to build packages etc. Beech