From owner-freebsd-current@FreeBSD.ORG Sun May 8 01:08:28 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39004106567C for ; Sun, 8 May 2011 01:08:28 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.mail.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id EBD4A8FC16 for ; Sun, 8 May 2011 01:08:27 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEAFXsxU2DaFvO/2dsb2JhbACEUqJBpCSOH497gSqDYIECBI9ljnk X-IronPort-AV: E=Sophos;i="4.64,332,1301889600"; d="scan'208";a="119978597" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-annu-pri.mail.uoguelph.ca with ESMTP; 07 May 2011 21:08:27 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 1B779B3F63 for ; Sat, 7 May 2011 21:08:27 -0400 (EDT) Date: Sat, 7 May 2011 21:08:27 -0400 (EDT) From: Rick Macklem To: FreeBSD Current Message-ID: <1990160950.10592.1304816907013.JavaMail.root@erie.cs.uoguelph.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.202] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - IE7 (Win)/6.0.10_GA_2692) Subject: Heads up: vfs.newnfs changed to vfs.nfsd for new NFS server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 01:08:28 -0000 Hi, I just committed r221615 that changes the sysctl naming for the new NFS server from vfs.newnfs to vfs.nfsd. When you upgrade to a post-r221615 kernel, you will also need a post-r221615 /etc/rc.d/nfsd shell script if you are using an NFS server. rick