From owner-freebsd-current Wed Oct 1 15:36:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA13925 for current-outgoing; Wed, 1 Oct 1997 15:36:26 -0700 (PDT) Received: from roguetrader.com (brandon@cold.org [206.81.134.103]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA13918 for ; Wed, 1 Oct 1997 15:36:23 -0700 (PDT) Received: from localhost (brandon@localhost) by roguetrader.com (8.8.5/8.8.5) with SMTP id QAA28717; Wed, 1 Oct 1997 16:37:12 -0600 (MDT) Date: Wed, 1 Oct 1997 16:37:12 -0600 (MDT) From: Brandon Gillespie To: Chuck Robey cc: freebsd-current@FreeBSD.ORG Subject: Re: new command: doconfig In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, Chuck Robey wrote: > > [Press ENTER to Reboot] > > This is the part I don't like. It's simply not necessary to do the reboot > as part of the doconfig, and far more likely to cause problems than to > solve them. It is an optional (not default) option. By default, it doesn't even install the kernel. You can either specify -i (to install, but not reboot) or -r (to install and reboot). > Another thing ... how about doing a datestamp check on the lkm's and > failing if they're more than 24 hours out of date? I mean, failing the > install part (the build could proceed). Could be done.. is there a better way to determine 'good' status of an lkm tho? -Brandon