From owner-cvs-src@FreeBSD.ORG Tue Dec 9 00:17:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B1BE16A4CF; Tue, 9 Dec 2003 00:17:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7802043D29; Tue, 9 Dec 2003 00:17:33 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB98HXXJ064373; Tue, 9 Dec 2003 00:17:33 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB98HXEM064372; Tue, 9 Dec 2003 00:17:33 -0800 (PST) (envelope-from mtm) Message-Id: <200312090817.hB98HXEM064372@repoman.freebsd.org> From: Mike Makonnen Date: Tue, 9 Dec 2003 00:17:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d mountcritlocal root X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 08:17:34 -0000 mtm 2003/12/09 00:17:33 PST FreeBSD src repository Modified files: etc/rc.d mountcritlocal root Log: If rc.d/mountcritlocal is unable to mount local filesystems, then immediately terminate the shell (during boot this also terminates the parent rc(8) shell). This was the pre-rcNG behaviour. Also, remove an extraneous mount /. PR: conf/57659 Submitted by: yar (with modifications) Revision Changes Path 1.6 +1 -1 src/etc/rc.d/mountcritlocal 1.6 +1 -2 src/etc/rc.d/root