Bug 62004 - Kernel config "options INCLUDE_CONFIG_FILE" missing in NOTES
Summary: Kernel config "options INCLUDE_CONFIG_FILE" missing in NOTES
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: 5.2-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-27 20:50 UTC by Adrian Steinmann
Modified: 2004-01-28 11:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Steinmann 2004-01-27 20:50:15 UTC
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.

Fix: 

This used to be in the "LINT" example file on -stable, and was probably
forgotten when it was retired.
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.
Comment 1 Maxim Konovalov 2004-01-27 21:03:37 UTC
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
Comment 2 Maxim Konovalov 2004-01-28 10:31:47 UTC
Added to the audit trail.

-- 
Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org

---------- Forwarded message ----------
Date: Wed, 28 Jan 2004 08:25:26 +0100
From: Adrian Steinmann <ast@marabu.ch>
To: freebsd-gnats-submit@FreeBSD.org, ast@marabu.marabu.ch
Cc: Maxim Konovalov <maxim@macomnet.ru>
Subject: Re: Problem Report conf/62004: Kernel config "options
    INCLUDE_CONFIG_FILE" missing in NOTES

subject=Re: conf/62004: Kernel config "options INCLUDE_CONFIG_FILE" missing in NOTES

yes, my bad, sorry for wasting your time and bits; please close
___________________________________________________________________________
Dr. Adrian Steinmann  Webgroup Consulting AG  Apollostrasse 21  8032 Zurich
   Tel +41 1 380 30 80     Fax +41 1 380 30 85    Mailto:ast@webgroup.ch
Comment 3 Maxim Konovalov freebsd_committer freebsd_triage 2004-01-28 11:51:13 UTC
State Changed
From-To: open->closed

"options INCLUDE_CONFIG_FILE" is in src/sys/conf/NOTES.