Fixed rpc.mountd port on Fedora.

This commit is contained in:
Timo Mkinen 2012-06-06 12:05:54 +03:00
parent 43b565949b
commit 3eaf89a1db

View file

@ -34,10 +34,15 @@ RPCNFSDCOUNT=64
#NFSD_MODULE="noload" #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) # Optional arguments passed to rpc.mountd. See rpc.mountd(8)
RPCMOUNTDOPTS="--no-nfs-version 4" RPCMOUNTDOPTS="--no-nfs-version 4"
# Port rpc.mountd should listen on. # Port rpc.mountd should listen on.
MOUNTD_PORT=4002 MOUNTD_PORT=4002
<% end -%>
# #
# #
<% if @operatingsystem == 'Fedora' -%> <% if @operatingsystem == 'Fedora' -%>