Date: Mon, 13 Sep 1999 14:49:32 +0200 (CEST) From: Christian Weisgerber <naddy@unix-ag.uni-kl.de> To: FreeBSD-gnats-submit@freebsd.org Subject: kern/13725: Comment in LINT: extracting config file from kernel Message-ID: <199909131249.OAA00578@fettuccini.unix-ag.uni-kl.de>
next in thread | raw e-mail | index | archive | help
>Number: 13725 >Category: kern >Synopsis: Comment in LINT: extracting config file from kernel >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: Mon Sep 13 05:50:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: Unix-AG, Uni Kaiserslautern >Environment: n/a >Description: Cosmetic change to the comment in LINT explaining how to extract the configuration file from a kernel built with "options INCLUDE_CONFIG_FILE". >How-To-Repeat: n/a >Fix: --- /sys/i386/conf/LINT Sun Sep 12 12:40:22 1999 +++ LINT Mon Sep 13 14:43:04 1999 @@ -63,7 +63,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 -n 3 /kernel | sed -n 's/^___//p' > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909131249.OAA00578>