From ast@marabu.ch  Tue Jan 27 12:42:24 2004
Return-Path: <ast@marabu.ch>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8AD0816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Jan 2004 12:42:24 -0800 (PST)
Received: from oneplusone.ch (oneplusone.ch [212.55.208.170])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7205A43D54
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Jan 2004 12:41:53 -0800 (PST)
	(envelope-from ast@marabu.ch)
Received: from oneplusone.ch (localhost [127.0.0.1])
	by oneplusone.ch (8.12.9p1/8.12.9) with ESMTP id i0RKe4i3093462
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Jan 2004 21:40:04 +0100 (MET)
	(envelope-from ast@marabu.ch)
Received: (from uucp@localhost)
	by oneplusone.ch (8.12.9p1/8.12.9/Submit) with UUCP id i0RKe45Y093461
	for FreeBSD-gnats-submit@freebsd.org; Tue, 27 Jan 2004 21:40:04 +0100 (MET)
	(envelope-from ast@marabu.ch)
Received: from nano.marabu.ch (localhost [127.0.0.1])
	by nano.marabu.ch (8.12.9/8.12.9) with ESMTP id i0RKWcux087644
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Jan 2004 21:32:38 +0100 (MET)
	(envelope-from ast@nano.marabu.ch)
Received: (from ast@localhost)
	by nano.marabu.ch (8.12.9/8.12.9/Submit) id i0RKWcYC087643;
	Tue, 27 Jan 2004 21:32:38 +0100 (MET)
	(envelope-from ast)
Message-Id: <200401272032.i0RKWcYC087643@nano.marabu.ch>
Date: Tue, 27 Jan 2004 21:32:38 +0100 (MET)
From: Adrian Steinmann <ast@marabu.ch>
Reply-To: Adrian Steinmann <ast@marabu.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Kernel config "options INCLUDE_CONFIG_FILE" missing in NOTES
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62004
>Category:       conf
>Synopsis:       Kernel config "options INCLUDE_CONFIG_FILE" missing in NOTES
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 27 12:50:15 PST 2004
>Closed-Date:    Wed Jan 28 03:52:06 PST 2004
>Last-Modified:  Wed Jan 28 03:52:06 PST 2004
>Originator:     Adrian Steinmann
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
Webgroup Consulting AG
>Environment:
-current
>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.

>Fix:
This used to be in the "LINT" example file on -stable, and was probably
forgotten when it was retired.
>Release-Note:
>Audit-Trail:

From: Maxim Konovalov <maxim@macomnet.ru>
To: Adrian Steinmann <ast@marabu.ch>
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

From: Maxim Konovalov <maxim@macomnet.ru>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: conf/62004: Kernel config "options INCLUDE_CONFIG_FILE" missing
 in NOTES (fwd)
Date: Wed, 28 Jan 2004 13:31:47 +0300 (MSK)

 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
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Wed Jan 28 03:51:13 PST 2004 
State-Changed-Why:  
"options INCLUDE_CONFIG_FILE" is in src/sys/conf/NOTES. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62004 
>Unformatted:
