X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fnfs-common.default;h=5eba0b5bf9b45fa47574be54a252badc20b23f9b;hp=664c2e7a959b7d60c1ebeb6066836507b9c8b131;hb=d4c3e975f577ad0b8b43027b962a6ec1e73112b1;hpb=e2d471f26fe47530d1d8fee9fdf1330203d458bc diff --git a/debian/nfs-common.default b/debian/nfs-common.default index 664c2e7..5eba0b5 100644 --- a/debian/nfs-common.default +++ b/debian/nfs-common.default @@ -1,8 +1,20 @@ +# If you do not set values for the NEED_ options, they will be attempted +# autodetected; this should be sufficient for most people. Valid alternatives +# for the NEED_ options are "yes" and "no". + # Options for rpc.statd. -# Should rpc.statd listen on a specific port? -# If so, set this variable to a statd argument like: "--port 1000". +# Should rpc.statd listen on a specific port? This is especially useful +# 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= -# Are you _sure_ that your kernel does or does not need a lockd daemon? -# If so, set this variable to either "yes" or "no". +# Some kernels need a separate lockd daemon; most don't. Set this if you +# want to force an explicit choice for some reason. NEED_LOCKD= + +# Do you want to start the idmapd daemon? It is only needed for NFSv4. +NEED_IDMAPD= + +# Do you want to start the gssd daemon? It is required for Kerberos mounts. +NEED_GSSD=