summaryrefslogtreecommitdiff
blob: a3b27aa2a7a119e0e6b1d0623e7f63c36cc7391e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This is a safety net to keep from running an NFS server unless the
# administrator really wants it.  It's mostly historical because early
# versions of Gentoo didn't split nfs/nfsmount into two scripts.
# These days it might be safe to remove this eventually, since
# administrators specifically have to run "rc-update add nfs default"
# in order for the NFS server to run.
NFSSERVER=no

# Number of servers to be started up by default
RPCNFSDCOUNT=8

# Options to pass to rpc.mountd
RPCMOUNTDOPTS=""