diff --git a/templates/etc/default/nfs-common.j2 b/templates/etc/default/nfs-common.j2 index aeca677..1cdc5f7 100644 --- a/templates/etc/default/nfs-common.j2 +++ b/templates/etc/default/nfs-common.j2 @@ -12,7 +12,7 @@ NEED_STATD= # 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". # 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. NEED_IDMAPD=