From owner-freebsd-current Sat Dec 29 11:51: 3 2001 Delivered-To: freebsd-current@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id D337137B405 for ; Sat, 29 Dec 2001 11:50:37 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16KPX2-0002XB-00 for current@FreeBSD.org; Sat, 29 Dec 2001 21:52:36 +0200 From: Sheldon Hearn To: current@FreeBSD.org Subject: HEADS UP: new rc.conf variable 'networkfs_types' changed In-reply-to: Your message of "Sat, 29 Dec 2001 11:42:55 PST." <200112291942.fBTJgtp18862@freefall.freebsd.org> Date: Sat, 29 Dec 2001 21:52:36 +0200 Message-ID: <9744.1009655556@axl.seasidesoftware.co.za> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks, If anyone here is already using the new rc.conf(5) variable networkfs_types, please note that it has changed, as per the commit message below. See the updated rc.conf(5) manual page for details. Ciao, Sheldon. ----- Original Message ----- Date: Sat, 29 Dec 2001 11:42:55 -0800 (PST) From: Sheldon Hearn To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 > sheldonh 2001/12/29 11:42:55 PST > > Modified files: > etc rc > etc/defaults rc.conf > share/man/man5 rc.conf.5 > Log: > Don't require operators to override the list of network filesystem > types (networkfs_types) with a version that includes the original > list. > > This increases the scope for user error and also means that systems with > networkfs_types set in /etc/rc.conf will not benefit from changes to the > list in /etc/defaults/rc.conf on upgrade. > > Instead, store the default list in /etc/rc itself and allow the operator > to append to that list by specifying her own list in networkfs_types. > > Rename networkfs_types to extra_netfs_types accordingly, as the new name > better describes the purpose of the variable. Default the value to > 'NO'. > > Revision Changes Path > 1.136 +3 -3 src/etc/defaults/rc.conf > 1.291 +12 -4 src/etc/rc > 1.146 +12 -4 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message