From owner-cvs-sbin Tue Apr 1 06:39:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA04414 for cvs-sbin-outgoing; Tue, 1 Apr 1997 06:39:27 -0800 (PST) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA04368; Tue, 1 Apr 1997 06:38:11 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by nlsystems.com (8.8.5/8.8.5) with SMTP id PAA03579; Tue, 1 Apr 1997 15:37:39 +0100 (BST) Date: Tue, 1 Apr 1997 15:37:38 +0100 (BST) From: Doug Rabson To: Bruce Evans cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/mountd mountd.c In-Reply-To: <199704011415.GAA03195@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 1 Apr 1997, Bruce Evans wrote: > bde 97/04/01 06:15:34 > > Modified: sbin/mountd mountd.c > Log: > Don't fail when the vfs.nfs.nfs_privport sysctl doesn't exist > (presumably because the kernel is old). Moved the declaration of a > variable realated to this sysctl outside of an unrelated ifdef. > > Not fixed: > - this sysctl is badly named (nfs occurs twice). Probably this should be named vfs.nfs.privport. Possibly, since the sysctl refers only to the NFS server, which isn't a VFS, the variable shouldn't be in the vfs tree at all. Maybe kern.nfs.privport. That would mean renaming vfs.nfs.async, since that is a server-only variable too. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891