From owner-freebsd-hackers@FreeBSD.ORG Thu Nov 22 04:53:04 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E0C8C51; Thu, 22 Nov 2012 04:53:04 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) by mx1.freebsd.org (Postfix) with ESMTP id 5A16A8FC16; Thu, 22 Nov 2012 04:53:04 +0000 (UTC) Received: from JRE-MBP-2.local (c-50-143-149-146.hsd1.ca.comcast.net [50.143.149.146]) (authenticated bits=0) by vps1.elischer.org (8.14.5/8.14.5) with ESMTP id qAM4r1Gn085494 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 21 Nov 2012 20:53:02 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <50ADAFA8.4020501@freebsd.org> Date: Wed, 21 Nov 2012 20:52:56 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: Eitan Adler Subject: Re: old style kernel configuration References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Hackers , Benjamin Kaduk X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2012 04:53:04 -0000 On 11/21/12 5:58 PM, Eitan Adler wrote: > I've been working on removing obsolete information various documents. > While going through older articles I noticed a few references to the > "old style" kernel configuration involving running config(1) manually. > > Is there any value in keeping this documented as an alternative to > "make buildkernel" or should it be treated as an implementation detail? I still do it quite often >