From owner-cvs-src-old@FreeBSD.ORG Thu Nov 25 18:20:43 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A28010656AA for ; Thu, 25 Nov 2010 18:20:43 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6DA918FC27 for ; Thu, 25 Nov 2010 18:20:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oAPIKhkS075439 for ; Thu, 25 Nov 2010 18:20:43 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAPIKhML075438 for cvs-src-old@freebsd.org; Thu, 25 Nov 2010 18:20:43 GMT (envelope-from dougb@repoman.freebsd.org) Message-Id: <201011251820.oAPIKhML075438@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dougb@repoman.freebsd.org using -f From: Doug Barton Date: Thu, 25 Nov 2010 18:20:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d mountcritlocal X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2010 18:20:43 -0000 dougb 2010-11-25 18:20:28 UTC FreeBSD src repository Modified files: etc/rc.d mountcritlocal Log: SVN rev 215824 on 2010-11-25 18:20:28Z by dougb 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 Revision Changes Path 1.20 +2 -2 src/etc/rc.d/mountcritlocal