blob: 664c2e7a959b7d60c1ebeb6066836507b9c8b131 (
plain)
1
2
3
4
5
6
7
8
|
# 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=
|