From owner-cvs-all Sat Jan 30 22:29:28 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA17540 for cvs-all-outgoing; Sat, 30 Jan 1999 22:29:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA17534; Sat, 30 Jan 1999 22:29:25 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id RAA24135; Sun, 31 Jan 1999 17:29:23 +1100 Date: Sun, 31 Jan 1999 17:29:23 +1100 From: Bruce Evans Message-Id: <199901310629.RAA24135@godzilla.zeta.org.au> To: bde@zeta.org.au, peter@netplex.com.au Subject: Re: cvs commit: src/sys/kern kern_shutdown.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, msmith@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> > Log: >> > Add a new sysctl node kern.shutdown, off which shutdown-related things >> > can be hung. >> >> WHy have a whole hierarchy for this? The old kern-level variable >> kern.shutdown_timeout was so important that it was never used. > >I did, and I suspect that other people that ran things like squid certainly >did too. Actually, it was actually used by init(8) even in /usr/src, so it should not have been removed. However, storing application variables in the kernel is bogus. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message