mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Update to note that rpc.statd and rpc.lockd are now needed for
client side NFS mounts. Stumbled upon by: rwatson
This commit is contained in:
parent
ad91c1e7bd
commit
a1580c53a7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85114
@ -167,8 +167,8 @@ mountd_flags="-r" # Flags to mountd (if NFS server enabled).
|
||||
weak_mountd_authentication="NO" # Allow non-root mount requests to be served.
|
||||
nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO).
|
||||
nfs_bufpackets="DEFAULT" # bufspace (in packets) for client (or DEFAULT)
|
||||
rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server.
|
||||
rpc_statd_enable="NO" # Run NFS rpc.statd if nfs_server (or NO).
|
||||
rpc_lockd_enable="NO" # Run NFS rpc.lockd needed for client/server.
|
||||
rpc_statd_enable="NO" # Run NFS rpc.statd needed for client/server.
|
||||
portmap_enable="NO" # Run the portmapper service (YES/NO).
|
||||
portmap_program="/usr/sbin/rpcbind" # path to portmap, if you want a different one.
|
||||
portmap_flags="" # Flags to portmap (if enabled).
|
||||
|
Loading…
Reference in New Issue
Block a user