Fix statd ports.
This commit is contained in:
parent
1524482417
commit
501bd47a6e
|
@ -12,7 +12,7 @@ NEED_STATD=
|
||||||
# when you have a port-based firewall. To use a fixed port, set this
|
# when you have a port-based firewall. To use a fixed port, set this
|
||||||
# this variable to a statd argument like: "--port 4000 --outgoing-port 4001".
|
# this variable to a statd argument like: "--port 4000 --outgoing-port 4001".
|
||||||
# For more information, see rpc.statd(8) or http://wiki.debian.org/SecuringNFS
|
# For more information, see rpc.statd(8) or http://wiki.debian.org/SecuringNFS
|
||||||
STATDOPTS=
|
STATDOPTS="--port {{ nfs_rpc_statd_bc }} --outgoing-port {{ nfs_rpc_statd }}"
|
||||||
|
|
||||||
# Do you want to start the idmapd daemon? It is only needed for NFSv4.
|
# Do you want to start the idmapd daemon? It is only needed for NFSv4.
|
||||||
NEED_IDMAPD=
|
NEED_IDMAPD=
|
||||||
|
|
Reference in New Issue