From owner-cvs-src@FreeBSD.ORG Sat May 31 20:27:38 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 A63A837B401; Sat, 31 May 2003 20:27:38 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8B5043F85; Sat, 31 May 2003 20:27:37 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9/8.12.9) with ESMTP id h513QcOn037257; Sat, 31 May 2003 23:26:38 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)h513QcnZ037254; Sat, 31 May 2003 23:26:38 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sat, 31 May 2003 23:26:38 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Gordon Tetlow In-Reply-To: <200306010143.h511hb6G074849@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d mountcritlocal mountcritremote 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: Sun, 01 Jun 2003 03:27:39 -0000 Should this be merged to RELENG_5_1 for the next RC? It sounds like a pretty important fix. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Sat, 31 May 2003, Gordon Tetlow wrote: > gordon 2003/05/31 18:43:37 PDT > > FreeBSD src repository > > Modified files: > etc/defaults rc.conf > etc/rc.d mountcritlocal mountcritremote > Log: > Move networkfs_types from mountcritlocal into defaults/rc.conf as netfs_types. > Also add logic into mountcritremote to add extra_netfs_types to the list. > > This unbreaks putting smbfs, portalfs and now nwfs in fstab. > > Revision Changes Path > 1.177 +1 -0 src/etc/defaults/rc.conf > 1.5 +2 -3 src/etc/rc.d/mountcritlocal > 1.6 +9 -1 src/etc/rc.d/mountcritremote >