X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fnfs-common.default;h=2e805f0862e8911b085ebc4a889268af06c92479;hp=311cded95ebf3fee76994a802f01147dc322a5e6;hb=9ae0ab21cafe223226170d4c1a624f1c05685b02;hpb=e06694ca075bc26870d3504dddda814f56a61a81 diff --git a/debian/nfs-common.default b/debian/nfs-common.default index 311cded..2e805f0 100644 --- a/debian/nfs-common.default +++ b/debian/nfs-common.default @@ -1,16 +1,16 @@ +# 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". -NEED_LOCKD= - -# If you are not using NFSv4 and wish to disable the idmapd daemon -# then uncomment the following line -# NEED_IDMAPD=no +# Do you want to start the idmapd daemon? It is only needed for NFSv4. +NEED_IDMAPD= -# If you are not running NFS with RPCSEC_GSS security, and wish to -# disable the gssd client daemon then uncomment the following line -# NEED_GSSD=no +# Do you want to start the gssd daemon? It is required for Kerberos mounts. +NEED_GSSD=