Subject: change in NFS exports file
To: None <current-users@NetBSD.ORG>
From: Frank van der Linden <frank@wins.uva.nl>
List: current-users
Date: 03/30/1997 21:54:09
After some consideration, I made another change to the reserved port
checks I mentioned a while ago. The checking for reserved ports is now
done seperately for mount requests and NFS rpc requests. These checks
are controlled by the -noresvmnt and -noresvport options respectively.

The default is, as of the previous changes, to check for reserved ports.
The old situation (like in 1.2) can be emulated for a particular
exported filesystem by just using the '-noresvport' flag.

- Frank