From owner-freebsd-current Sat Jun 8 16:35:30 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA06712 for current-outgoing; Sat, 8 Jun 1996 16:35:30 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA06706 for ; Sat, 8 Jun 1996 16:35:25 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id QAA01850 for ; Sat, 8 Jun 1996 16:35:17 -0700 (PDT) To: current@freebsd.org Subject: BULLETIN/960608: /usr/src/usr.sbin/config will need to be rebuilt Date: Sat, 08 Jun 1996 16:35:17 -0700 Message-ID: <1848.834276917@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is due to a change made to support the new/old kernel config option ``INCLUDE_CONFIG_FILE'', which compiles the kernel configuration description into the kernel itself. To read the config file back out of a kernel so compiled again, you simply do: strings /kernel | grep ___ | sed -e 's/___//' This feature used to be in FreeBSD 1.x and got lost somewhere along the way. Thanks to Bill Pechter for resurrecting it! Jordan