Date: Mon, 16 Jun 2003 21:24:36 +0200 From: Roman Neuhauser <neuhauser@bellavista.cz> To: "W. D." <WD@US-Webmasters.com> Cc: freebsd-questions@freebsd.org Subject: getting config from a kernel [was: Re: What programs are installed..?] Message-ID: <20030616192436.GE2910@freepuppy.bellavista.cz> In-Reply-To: <5.1.0.14.2.20030616122538.046bfe90@209.152.117.178> References: <3EED9843.11327.6FD11@localhost> <3EED9843.11327.6FD11@localhost> <5.1.0.14.2.20030616122538.046bfe90@209.152.117.178>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030616192436.GE2910>