From owner-cvs-all@FreeBSD.ORG Thu Oct 28 13:59:45 2004 Return-Path: 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 2F28816A4CE; Thu, 28 Oct 2004 13:59:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C3D43D1D; Thu, 28 Oct 2004 13:59:45 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9SDxjQH081070; Thu, 28 Oct 2004 13:59:45 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9SDxjPi081069; Thu, 28 Oct 2004 13:59:45 GMT (envelope-from keramida) Message-Id: <200410281359.i9SDxjPi081069@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 28 Oct 2004 13:59:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Subject: cvs commit: src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Oct 2004 13:59:45 -0000 keramida 2004-10-28 13:59:45 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5_3) etc/defaults rc.conf share/man/man5 rc.conf.5 Log: MFC: etc/defaults/rc.conf 1.226 share/man/man5/rc.conf.5 1.229, 1.230 : Introduce root_rw_mount as a new variable in defaults/rc.conf to : unbreak /etc/rc.d/root for diskless systems that get their root : filesystem from a read-only NFS mount. : : PR: conf/72927 : Submitted by: Ralf Wenk : Reviewed by: brooks Approved by: re (kensmith) Revision Changes Path 1.212.2.4.2.1 +1 -0 src/etc/defaults/rc.conf 1.221.2.4.2.1 +14 -1 src/share/man/man5/rc.conf.5