don't hijack others' threads; you can start your own for free.

# [EMAIL PROTECTED] / 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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to