From owner-freebsd-current@FreeBSD.ORG Wed Jul 16 22:17:10 2008 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BAEC106566B; Wed, 16 Jul 2008 22:17:10 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id CEA568FC14; Wed, 16 Jul 2008 22:17:09 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:4889:afda:a548:e04] (unknown [IPv6:2001:7b8:3a7:0:4889:afda:a548:e04]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 2347A3C; Thu, 17 Jul 2008 00:17:09 +0200 (CEST) Message-ID: <487E7364.2040909@andric.com> Date: Thu, 17 Jul 2008 00:17:08 +0200 From: Dimitry Andric User-Agent: Thunderbird 2.0.0.17pre (Windows/20080712) MIME-Version: 1.0 To: Doug Barton , Dan Nelson , freebsd-current@FreeBSD.ORG References: <487E533F.7050303@FreeBSD.org> <20080716201819.GB19044@dan.emsphone.com> <487E5DCD.3010206@FreeBSD.org> <20080716210306.GA20758@zim.MIT.EDU> <487E71B4.305@andric.com> In-Reply-To: <487E71B4.305@andric.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: Heads Up: shutdown keyword added to 34 rc.d scripts. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2008 22:17:10 -0000 On 2008-07-17 00:09, Dimitry Andric wrote: > Possibly just the "reverse" of the startup deps? Ah, I just see this in rc(8): Operation of rc.shutdown ... 3. Invoke rcorder(8) to order the files in /etc/rc.d/ and the $local_startup directories that have a ``shutdown'' KEYWORD (refer to rcorder(8)'s -k flag), reverse that order, and assign the result to a variable. e.g. it's already taken care of, apparently. :) Sorry for the noise.