From owner-cvs-all@FreeBSD.ORG Sat Jan 14 08:31:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E28B16A41F; Sat, 14 Jan 2006 08:31:05 +0000 (GMT) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 449AF43D45; Sat, 14 Jan 2006 08:31:05 +0000 (GMT) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0E8V4r9037020; Sat, 14 Jan 2006 08:31:05 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0E8V4Cr037019; Sat, 14 Jan 2006 08:31:04 GMT (envelope-from rse) Message-Id: <200601140831.k0E8V4Cr037019@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Sat, 14 Jan 2006 08:31:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/etc/rc.d mountcritremote X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 08:31:05 -0000 rse 2006-01-14 08:31:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc/rc.d mountcritremote Log: MFC r1.13: 1. Add missing semicolon between "warn" and "return" to make sure the line continuation backslash doesn't cause "warn" to print "return". 2. Group "warn" and "return" together as the "return 1" should be performed only if the "kldload nfsclient" also failed (and not already if the "vfs.nfs" sysctl(8) check failed). Revision Changes Path 1.9.2.2 +3 -3 src/etc/rc.d/mountcritremote