mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
Don't give examples or use the depreciated usage to nfsd
PR: 5635
This commit is contained in:
parent
832984b50e
commit
732aba2af7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35582
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
# All arguments must be in double or single quotes.
|
# All arguments must be in double or single quotes.
|
||||||
#
|
#
|
||||||
# $Id: rc.conf,v 1.45 1998/04/18 10:27:04 brian Exp $
|
# $Id: rc.conf,v 1.46 1998/04/26 06:32:12 phk Exp $
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
### Important initial Boot-time options #####################
|
### Important initial Boot-time options #####################
|
||||||
@ -58,7 +58,7 @@ amd_map_program="NO" # Can be set to "ypcat -k amd.master"
|
|||||||
nfs_client_enable="NO" # This host is an NFS client (or NO).
|
nfs_client_enable="NO" # This host is an NFS client (or NO).
|
||||||
nfs_client_flags="-n 4" # Flags to nfsiod (if enabled).
|
nfs_client_flags="-n 4" # Flags to nfsiod (if enabled).
|
||||||
nfs_server_enable="NO" # This host is an NFS server (or NO).
|
nfs_server_enable="NO" # This host is an NFS server (or NO).
|
||||||
nfs_server_flags="-u -t 4" # Flags to nfsd (if enabled).
|
nfs_server_flags="-u -t -n 4" # Flags to nfsd (if enabled).
|
||||||
mountd_flags="-r" # Flags to mountd (if NFS server enabled).
|
mountd_flags="-r" # Flags to mountd (if NFS server enabled).
|
||||||
nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO).
|
nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO).
|
||||||
rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server.
|
rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server.
|
||||||
|
@ -82,7 +82,7 @@ clients.
|
|||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
For example,
|
For example,
|
||||||
.Dq Li "nfsd -u -t 6"
|
.Dq Li "nfsd -u -t -n 6"
|
||||||
serves
|
serves
|
||||||
.Tn UDP
|
.Tn UDP
|
||||||
and
|
and
|
||||||
|
@ -82,7 +82,7 @@ clients.
|
|||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
For example,
|
For example,
|
||||||
.Dq Li "nfsd -u -t 6"
|
.Dq Li "nfsd -u -t -n 6"
|
||||||
serves
|
serves
|
||||||
.Tn UDP
|
.Tn UDP
|
||||||
and
|
and
|
||||||
|
Loading…
Reference in New Issue
Block a user