From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 27 13:12:01 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C411316A4CE for ; Tue, 27 Jan 2004 13:12:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3507443D54 for ; Tue, 27 Jan 2004 13:11:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0RLAJFR029876 for ; Tue, 27 Jan 2004 13:10:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0RLAJen029875; Tue, 27 Jan 2004 13:10:19 -0800 (PST) (envelope-from gnats) Date: Tue, 27 Jan 2004 13:10:19 -0800 (PST) Message-Id: <200401272110.i0RLAJen029875@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Subject: Re: conf/62004: Kernel config "options INCLUDE_CONFIG_FILE" missing in NOTES X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2004 21:12:01 -0000 The following reply was made to PR conf/62004; it has been noted by GNATS. From: Maxim Konovalov To: Adrian Steinmann Cc: bug-followup@freebsd.org Subject: Re: conf/62004: Kernel config "options INCLUDE_CONFIG_FILE" missing in NOTES Date: Wed, 28 Jan 2004 00:03:37 +0300 (MSK) On Tue, 27 Jan 2004, 21:32+0100, Adrian Steinmann wrote: > > >Number: 62004 > >Category: conf > >Synopsis: Kernel config "options INCLUDE_CONFIG_FILE" missing in NOTES [...] > >Description: > Neither /usr/src/sys/i386/conf/NOTES nor any of the other example > kernel config files have the > options INCLUDE_CONFIG_FILE > line, although it works just as it does in -stable. > > >How-To-Repeat: > Add it to kernel config, then buildkernel, then > sed -ne s/^___//p kernel > and there you have a copy of the kernel config file. $ grep INCLUDE_CONFIG /usr/src/sys/conf/NOTES options INCLUDE_CONFIG_FILE # Include this file in kernel -- Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org