Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 1997 15:37:38 +0100 (BST)
From:      Doug Rabson <dfr@nlsystems.com>
To:        Bruce Evans <bde@freefall.freebsd.org>
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
Message-ID:  <Pine.BSF.3.95q.970401153507.305F-100000@kipper.nlsystems.com>
In-Reply-To: <199704011415.GAA03195@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970401153507.305F-100000>