From owner-svn-src-all@FreeBSD.ORG Sun Dec 19 20:11:21 2010 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 819A11065674; Sun, 19 Dec 2010 20:11:21 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 708AC8FC15; Sun, 19 Dec 2010 20:11:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oBJKBLQM023353; Sun, 19 Dec 2010 20:11:21 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oBJKBLQf023351; Sun, 19 Dec 2010 20:11:21 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201012192011.oBJKBLQf023351@svn.freebsd.org> From: Doug Barton Date: Sun, 19 Dec 2010 20:11:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r216569 - stable/7/etc/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: Sun, 19 Dec 2010 20:11:21 -0000 Author: dougb Date: Sun Dec 19 20:11:21 2010 New Revision: 216569 URL: http://svn.freebsd.org/changeset/base/216569 Log: MFC r215824: Add a sync to the shutdown step. In the common case this will be harmless at worst. On a heavily loaded server it will give the fs a chance to do its business without the axe hanging over its head. Submitted by: ivoras Approved by: re (kib) Modified: stable/7/etc/rc.d/mountcritlocal Directory Properties: stable/7/etc/ (props changed) Modified: stable/7/etc/rc.d/mountcritlocal ============================================================================== --- stable/7/etc/rc.d/mountcritlocal Sun Dec 19 20:10:48 2010 (r216568) +++ stable/7/etc/rc.d/mountcritlocal Sun Dec 19 20:11:21 2010 (r216569) @@ -5,13 +5,13 @@ # PROVIDE: mountcritlocal # REQUIRE: root -# KEYWORD: nojail +# KEYWORD: nojail shutdown . /etc/rc.subr name="mountcritlocal" start_cmd="mountcritlocal_start" -stop_cmd=":" +stop_cmd=sync mountcritlocal_start() {