From housley@thehousleys.net  Sun Jul 23 08:13:59 2000
Return-Path: <housley@thehousleys.net>
Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201])
	by hub.freebsd.org (Postfix) with ESMTP id 704CB37BAA4
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Jul 2000 08:13:58 -0700 (PDT)
	(envelope-from housley@thehousleys.net)
Received: from baby.int.thehousleys.net (baby.int.thehousleys.net. [192.168.0.24])
	by thehousleys.net (8.9.3/8.9.3) with ESMTP id LAA95717
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Jul 2000 11:13:58 -0400 (EDT)
	(envelope-from housley@thehousleys.net)
Received: (from housley@localhost)
	by baby.int.thehousleys.net (8.9.3/8.9.3) id LAA07742;
	Sun, 23 Jul 2000 11:13:58 -0400 (EDT)
	(envelope-from housley)
Message-Id: <200007231513.LAA07742@baby.int.thehousleys.net>
Date: Sun, 23 Jul 2000 11:13:58 -0400 (EDT)
From: "James E. Housley" <housley@thehousleys.net>
Reply-To: housley@thehousleys.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update src/sys/i386/conf/LINT INCLUDE_CONFIG_FILE description
X-Send-Pr-Version: 3.2

>Number:         20127
>Category:       kern
>Synopsis:       Update src/sys/i386/conf/LINT INCLUDE_CONFIG_FILE description
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brian
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 23 08:20:00 PDT 2000
>Closed-Date:    Mon Aug 7 08:12:07 PDT 2000
>Last-Modified:  Mon Aug 07 08:12:24 PDT 2000
>Originator:     James E. Housley
>Release:        FreeBSD 4.1-RC i386
>Organization:
The Housleys dot Net
>Environment:

	All elf based kernels

>Description:

	The description in the LINT kernel for the INCLUDE_CONFIG_FILE
	options says to you -aout with strings.  The more proper is
	-elf.  BTW neither are documented in strings(1).

>How-To-Repeat:

	

>Fix:

--- LINT	Thu Jul 20 08:05:30 2000
+++ LINT.new	Sun Jul 23 11:10:21 2000
@@ -80,7 +80,7 @@
 
 # This allows you to actually store this configuration file into
 # the kernel binary itself, where it may be later read by saying:
-#    strings -aout -n 3 /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL
+#    strings -elf -n 3 /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL
 #
 options 	INCLUDE_CONFIG_FILE     # Include this file in kernel
 


>Release-Note:
>Audit-Trail:

From: Johan Karlsson <Johan.Karlsson@sm.luth.se>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: kern/20127: Update src/sys/i386/conf/LINT INCLUDE_CONFIG_FILE 
 description
Date: Wed, 02 Aug 2000 11:31:25 +0200

 This has been fixed in current rev 1.765 of NOTES (was LINT).
 
 Either close or change synopsis to  
 MFC: $synopsis
 
 /Johan K
 -- 
 Johan Karlsson              Phone : +46 (0)920 720 16 
 Systemteknik, Datalogi      Fax   : +46 (0)920 721 91 
 Lule Tekniska Universitet  E-mail: Johan.Karlsson@SM.LuTH.SE
 S-971 87 LULE, SWEDEN
 
State-Changed-From-To: open->analyzed 
State-Changed-By: sheldonh 
State-Changed-When: Wed Aug 2 02:45:10 PDT 2000 
State-Changed-Why:  
Fixed by Brian in rev 1.765.  Left for Brian as a reminder. 


Responsible-Changed-From-To: freebsd-bugs->brian 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Wed Aug 2 02:45:10 PDT 2000 
Responsible-Changed-Why:  
Brian's reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20127 
State-Changed-From-To: analyzed->closed 
State-Changed-By: brian 
State-Changed-When: Mon Aug 7 08:12:07 PDT 2000 
State-Changed-Why:  
Merged into 4-stable 

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