Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 1998 01:53:12 +0100
From:      Ben Smithurst <ben@scientia.demon.co.uk>
To:        freebsd-current@FreeBSD.ORG
Subject:   Minor patch to src/sys/i386/conf/LINT
Message-ID:  <19980921015312.A15286@scientia.demon.co.uk>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980921015312.A15286>