From owner-freebsd-current Sun Sep 20 23:15:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08673 for freebsd-current-outgoing; Sun, 20 Sep 1998 23:15:58 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08665 for ; Sun, 20 Sep 1998 23:15:53 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from ben by scientia.demon.co.uk with local (Exim 2.03 #1) id 0zKuE5-0004M7-00 for freebsd-current@freebsd.org; Mon, 21 Sep 1998 01:53:13 +0100 Date: Mon, 21 Sep 1998 01:53:12 +0100 From: Ben Smithurst To: freebsd-current@FreeBSD.ORG Subject: Minor patch to src/sys/i386/conf/LINT Message-ID: <19980921015312.A15286@scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.94.3i (FreeBSD 3.0-BETA i386) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maybe a small thing, but surely it should be changed ... --- src/sys/i386/conf/LINT~ Mon Sep 21 01:45:04 1998 +++ src/sys/i386/conf/LINT Mon Sep 21 01:45:17 1998 @@ -52,7 +52,7 @@ # This allows you to actually store this configuration file into # the kernel binary itself, where it may be later read by saying: -# strings /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL +# strings -aout /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL # options INCLUDE_CONFIG_FILE # Include this file in kernel ... otherwise it won't work. As I found out a few weeks back... :-( Or will the -aout switch not be needed at some point? -- Ben Smithurst : ben@scientia.demon.co.uk : http://www.scientia.demon.co.uk/ PGP: 0x99392F7D - 3D 89 87 42 CE CA 93 4C 68 32 0E D5 36 05 3D 16 http://www.scientia.demon.co.uk/ben/pgp-key.html (or use keyservers) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message