From owner-freebsd-bugs Wed Jun 25 12:10:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA09199 for bugs-outgoing; Wed, 25 Jun 1997 12:10:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA09193; Wed, 25 Jun 1997 12:10:02 -0700 (PDT) Resent-Date: Wed, 25 Jun 1997 12:10:02 -0700 (PDT) Resent-Message-Id: <199706251910.MAA09193@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, admin@citylink.dinoex.sub.org Received: from mail.Contrib.Com (mail.Contrib.Com [194.77.12.8]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA08816 for ; Wed, 25 Jun 1997 12:00:35 -0700 (PDT) Received: from net2.dinoex.sub.org (net2.dinoex.sub.de [193.203.172.193]) by mail.Contrib.Com (8.8.4/8.8.4) with SMTP id VAA24124 for ; Wed, 25 Jun 1997 21:00:21 +0200 (MET DST) Received: from citylink.dinoex.sub.org by net2.dinoex.sub.org with uucp (Smail3.1.29.1 #1) id m0wgxNg-000EEqC; Wed, 25 Jun 97 21:05 CEST Received: (from admin@localhost) by citylink.dinoex.sub.org (8.8.5/PMuch-B3b) id QAA09244; Wed, 25 Jun 1997 16:35:38 +0200 (CEST) Message-Id: <199706251435.QAA09244@citylink.dinoex.sub.org> Date: Wed, 25 Jun 1997 16:35:38 +0200 (CEST) From: admin@citylink.dinoex.sub.org (Maschinenwart) Reply-To: admin@citylink.dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/3953: kern-config: options PANIC_REBOOT_WAIT_TIME doesn't work Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3953 >Category: kern >Synopsis: kern-config: options PANIC_REBOOT_WAIT_TIME doesn't work >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 25 12:10:01 PDT 1997 >Last-Modified: >Originator: Peter Much >Organization: Beyond the Future Shockwave: Convenience or Conviviality? >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: >Description: giving the option PANIC_REBOOT_WAIT_TIME= in the kernel config file doesn't make it into the kernel. Reason: This option is put into opt_machdep.h; while the respective #define is needed in kern/kern_shutdown.c --- but kern/kern_shutdown.c doesn't load opt_machdep.h, but only opt_ddb.h. >How-To-Repeat: >Fix: $ diff i386/conf/options.i386.orig i386/conf/options.i386 11c11 < PANIC_REBOOT_WAIT_TIME opt_machdep.h --- > PANIC_REBOOT_WAIT_TIME opt_ddb.h >Audit-Trail: >Unformatted: