From owner-svn-src-all@FreeBSD.ORG Mon Mar 23 12:52:03 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3EAA106564A; Mon, 23 Mar 2009 12:52:03 +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 93F4A8FC2D; Mon, 23 Mar 2009 12:52:03 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (pool-98-109-39-197.nwrknj.fios.verizon.net [98.109.39.197]) by cyrus.watson.org (Postfix) with ESMTPSA id 4189746B6C; Mon, 23 Mar 2009 08:52:03 -0400 (EDT) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id n2NCpvNx052767; Mon, 23 Mar 2009 08:51:57 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Craig Rodrigues Date: Mon, 23 Mar 2009 08:42:01 -0400 User-Agent: KMail/1.9.7 References: <200903212116.n2LLG589047158@svn.freebsd.org> In-Reply-To: <200903212116.n2LLG589047158@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903230842.01826.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 23 Mar 2009 08:51:57 -0400 (EDT) X-Virus-Scanned: ClamAV 0.94.2/9151/Mon Mar 23 01:23:57 2009 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-7@freebsd.org Subject: Re: svn commit: r190217 - in stable/7/etc: defaults rc.d X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2009 12:52:04 -0000 On Saturday 21 March 2009 5:16:05 pm Craig Rodrigues wrote: > Author: rodrigc > Date: Sat Mar 21 21:16:05 2009 > New Revision: 190217 > URL: http://svn.freebsd.org/changeset/base/190217 > > Log: > MFC r182460: > > Add the ability to run /usr/sbin/crashinfo on a new core dump automatically > during boot. Right now this is disabled by default, but it can be enabled > by setting 'crashinfo_enable=YES' in rc.conf. This isn't quite right and is why I haven't merged it yet. You only want to run crashinfo if savecore found an actual crash dump. -- John Baldwin