Author: rmacklem
Date: Tue Nov 8 21:52:55 2016
New Revision: 308454
URL: https://svnweb.freebsd.org/changeset/base/308454
Log:
MFC: r307890
mountd(8) was erroneously setting the sysctl for the old NFS server
when the new/default NFS server was running, for the "-n" option.
This patch f
Author: rmacklem
Date: Tue Nov 8 21:57:49 2016
New Revision: 308455
URL: https://svnweb.freebsd.org/changeset/base/308455
Log:
MFC: r307891
Fix the man page to reflect the change done by r307890 to mountd.c
so that the "-n" option uses the sysctl for the correct NFS server.
This is a cont