From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 12:24:54 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B1D437B404 for ; Mon, 16 Jun 2003 12:24:53 -0700 (PDT) Received: from mail.bellavista.cz (mail.bellavista.cz [213.235.167.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BFE843F93 for ; Mon, 16 Jun 2003 12:24:51 -0700 (PDT) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id 36FEC4CC; Mon, 16 Jun 2003 21:24:48 +0200 (CEST) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 97E962FDAC9; Mon, 16 Jun 2003 21:24:36 +0200 (CEST) Date: Mon, 16 Jun 2003 21:24:36 +0200 From: Roman Neuhauser To: "W. D." Message-ID: <20030616192436.GE2910@freepuppy.bellavista.cz> Mail-Followup-To: "W. D." , freebsd-questions@freebsd.org References: <3EED9843.11327.6FD11@localhost> <3EED9843.11327.6FD11@localhost> <5.1.0.14.2.20030616122538.046bfe90@209.152.117.178> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20030616122538.046bfe90@209.152.117.178> User-Agent: Mutt/1.5.1i cc: freebsd-questions@freebsd.org Subject: getting config from a kernel [was: Re: What programs are installed..?] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 19:24:54 -0000 don't hijack others' threads; you can start your own for free. # WD@US-Webmasters.com / 2003-06-16 12:32:51 -0500: > Thanks for this--very helpful. Does anyone know how to tell what > the options/programs compiled into the kernel are? provided you have options INCLUDE_CONFIG_FILE in your kernel, you can use this: strings -n3 /kernel | sed -ne '/^___/s///p' -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html