From owner-freebsd-bugs Sun Jul 23 8:20: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE47F37BBDD for ; Sun, 23 Jul 2000 08:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA26299; Sun, 23 Jul 2000 08:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 704CB37BAA4 for ; 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 ; 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" Reply-To: housley@thehousleys.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/20127: Update src/sys/i386/conf/LINT INCLUDE_CONFIG_FILE description Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20127 >Category: kern >Synopsis: Update src/sys/i386/conf/LINT INCLUDE_CONFIG_FILE description >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 23 08:20:00 PDT 2000 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message