From owner-cvs-all@FreeBSD.ORG Thu Mar 6 14:39:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B209106566B; Thu, 6 Mar 2008 14:39:34 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 00A428FC20; Thu, 6 Mar 2008 14:39:34 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m26EdX6f000123; Thu, 6 Mar 2008 14:39:33 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m26EdXP3000122; Thu, 6 Mar 2008 14:39:33 GMT (envelope-from mtm) Message-Id: <200803061439.m26EdXP3000122@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 6 Mar 2008 14:39:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d mountcritlocal mountlate 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: Thu, 06 Mar 2008 14:39:34 -0000 mtm 2008-03-06 14:39:33 UTC FreeBSD src repository Modified files: etc/rc.d mountcritlocal mountlate Log: The check for errors from the mount command did not work as intended because another command (echo) is executed between the mount command and the check. Reported by: Sergey Baturov MFC after: 2 weeks Revision Changes Path 1.16 +4 -1 src/etc/rc.d/mountcritlocal 1.3 +4 -1 src/etc/rc.d/mountlate