From owner-freebsd-bugs Mon Feb 10 11: 0:24 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CDB037B408 for ; Mon, 10 Feb 2003 11:00:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6993F43FA3 for ; Mon, 10 Feb 2003 11:00:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1AJ0MNS081915 for ; Mon, 10 Feb 2003 11:00:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1AJ0MaH081914; Mon, 10 Feb 2003 11:00:22 -0800 (PST) Date: Mon, 10 Feb 2003 11:00:22 -0800 (PST) Message-Id: <200302101900.h1AJ0MaH081914@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ceri Davies Subject: Re: bin/48157: config.8: recover kernel conf from INCLUDE_CONFIG_FILE Reply-To: Ceri Davies Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/48157; it has been noted by GNATS. From: Ceri Davies To: Christian Weisgerber Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: bin/48157: config.8: recover kernel conf from INCLUDE_CONFIG_FILE Date: Mon, 10 Feb 2003 18:54:29 +0000 On Mon, Feb 10, 2003 at 07:05:13PM +0100, Christian Weisgerber wrote: > > strings kernel | grep ___ > > to recover the original configuration file. Instead I propose this > command > > strings kernel | sed -n 's/^___//p' LINT suggests "strings -n 3 /kernel | sed -n 's/^___//p'" - the two should be made consistent, whichever is decided upon. Ceri -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message