blob: 311cded95ebf3fee76994a802f01147dc322a5e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Options for rpc.statd.
# Should rpc.statd listen on a specific port?
# If so, set this variable to a statd argument like: "--port 1000".
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
# 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
|