From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 5 14:20:07 2010 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58129106566B for ; Tue, 5 Jan 2010 14:20:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id 103768FC18 for ; Tue, 5 Jan 2010 14:20:07 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 65ED441C679; Tue, 5 Jan 2010 15:20:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id M-SYVMl+7cUw; Tue, 5 Jan 2010 15:20:06 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 157B341C667; Tue, 5 Jan 2010 15:20:06 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 2AC7C4448EC; Tue, 5 Jan 2010 14:17:22 +0000 (UTC) Date: Tue, 5 Jan 2010 14:17:22 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: David Wolfskill In-Reply-To: <20100105141108.GO86359@bunrab.catwhisker.org> Message-ID: <20100105141557.G88477@maildrop.int.zabbadoz.net> References: <20100105132921.GN86359@bunrab.catwhisker.org> <20100105135828.K88477@maildrop.int.zabbadoz.net> <20100105141108.GO86359@bunrab.catwhisker.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: hackers@freebsd.org Subject: Re: Patch to Makefile.inc1 to mention which kernel config is being installed X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2010 14:20:07 -0000 On Tue, 5 Jan 2010, David Wolfskill wrote: > On Tue, Jan 05, 2010 at 01:59:13PM +0000, Bjoern A. Zeeb wrote: >> On Tue, 5 Jan 2010, David Wolfskill wrote: >> >>> Attached patch is against head; for the above, I had patched stable/7. >>> >>> Thoughts? >> >> INSTKERNNAME rather than INSTALLKERNEL? > > Well, I was interested in knowing which config was being used, not so > much what the name of the subdirectory in /boot was going to be. > > (Default value for INSTKERNNAME is "kernel", which isn't something I > find useful to report.) Woopps. Cache-corruption;-) The original one is fine then. /bz -- Bjoern A. Zeeb It will not break if you know what you are doing.