Fixed rpc.mountd port on Fedora.
This commit is contained in:
parent
43b565949b
commit
3eaf89a1db
1 changed files with 5 additions and 0 deletions
|
@ -34,10 +34,15 @@ RPCNFSDCOUNT=64
|
|||
#NFSD_MODULE="noload"
|
||||
#
|
||||
#
|
||||
<% if @operatingsystem == 'Fedora' -%>
|
||||
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)
|
||||
RPCMOUNTDOPTS="--no-nfs-version 4 -p 4002"
|
||||
<% else -%>
|
||||
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)
|
||||
RPCMOUNTDOPTS="--no-nfs-version 4"
|
||||
# Port rpc.mountd should listen on.
|
||||
MOUNTD_PORT=4002
|
||||
<% end -%>
|
||||
#
|
||||
#
|
||||
<% if @operatingsystem == 'Fedora' -%>
|
||||
|
|
Loading…
Add table
Reference in a new issue