From owner-freebsd-rc@FreeBSD.ORG Fri Apr 29 01:41:44 2011 Return-Path: Delivered-To: rc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAEB8106566B for ; Fri, 29 Apr 2011 01:41:44 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id A15B38FC08 for ; Fri, 29 Apr 2011 01:41:44 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnQGABMXuk2DaFvO/2dsb2JhbACEUJN4jjCoN40CkSaBKYNQfQSOXI4n X-IronPort-AV: E=Sophos;i="4.64,284,1301889600"; d="scan'208";a="119865121" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 28 Apr 2011 21:41:43 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id D0D6EB3E95 for ; Thu, 28 Apr 2011 21:41:43 -0400 (EDT) Date: Thu, 28 Apr 2011 21:41:43 -0400 (EDT) From: Rick Macklem To: rc@freebsd.org Message-ID: <1647789806.747493.1304041303774.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <20110428070024.GA2884@jh> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.203] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - IE7 (Win)/6.0.10_GA_2692) Cc: Subject: Patch for review X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 01:41:44 -0000 Hi, Here is a patch submitted by jh@. It makes sense to me (and seems ok from a quick test), but I thought I'd check, just in case. This is related to the recent change done on head (r211124) which makes the NFS clients "nfs" and "oldnfs". Thanks, rick > %%% > Index: etc/defaults/rc.conf > =================================================================== > --- etc/defaults/rc.conf (revision 221148) > +++ etc/defaults/rc.conf (working copy) > @@ -89,7 +89,7 @@ fsck_y_enable="NO" # Set to YES to do fs > fsck_y_flags="" # Additional flags for fsck -y > background_fsck="YES" # Attempt to run fsck in the background where > possible. > background_fsck_delay="60" # Time to wait (seconds) before starting > the fsck. > -netfs_types="nfs:NFS newnfs:NEWNFS smbfs:SMB portalfs:PORTAL > nwfs:NWFS" # Net filesystems. > +netfs_types="nfs:NFS oldnfs:OLDNFS smbfs:SMB portalfs:PORTAL > nwfs:NWFS" # Net filesystems. > extra_netfs_types="NO" # List of network extra filesystem types for > delayed > # mount at startup (or NO).