From owner-freebsd-current@FreeBSD.ORG Mon Apr 12 15:48:40 2010 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 5706F106566B for ; Mon, 12 Apr 2010 15:48:40 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 289CB8FC0A for ; Mon, 12 Apr 2010 15:48:40 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id CCF7546B8A; Mon, 12 Apr 2010 11:48:39 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 18A6C8A025; Mon, 12 Apr 2010 11:48:39 -0400 (EDT) From: John Baldwin To: Dominic Fandrey Date: Mon, 12 Apr 2010 11:48:07 -0400 User-Agent: KMail/1.12.1 (FreeBSD/7.3-CBSD-20100217; KDE/4.3.1; amd64; ; ) References: <4BC045EF.2030400@bsdforen.de> <201004121053.34456.jhb@freebsd.org> <4BC3397C.7040904@bsdforen.de> In-Reply-To: <4BC3397C.7040904@bsdforen.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201004121148.07730.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 12 Apr 2010 11:48:39 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.8 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: freebsd-current@freebsd.org Subject: Re: Trivial PR, fix shutdown of rc services started with onestart 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: Mon, 12 Apr 2010 15:48:40 -0000 On Monday 12 April 2010 11:17:16 am Dominic Fandrey wrote: > On 12/04/2010 16:53, John Baldwin wrote: > > On Saturday 10 April 2010 5:33:35 am Dominic Fandrey wrote: > >> This morning I took a look at my outstanding PRs. There > >> is a PR I consider old and trivial: > >> > >> This one proposes a change that always treats rc script execution > >> of active services as if _enable="YES" was set. > >> This ensures, among other things, a clean shutdown procedure for > >> services started with onestart: > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=conf/130414 > > > > You might want to send this to freebsd-rc@ if no one responds. > > > > Considering that they are the responsible party, do they not > get notified by GNATS whenever I submit a follow-up to the PR? Ah, in that case they probably do. Still, if they don't reply to the PR e- mail that list does seem to respond quickly to direct e-mails in my experience. :) -- John Baldwin