diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-28 21:09:59 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-28 21:09:59 (GMT) |
commit | 9f392cc1b6e39b4cde757e18aa8259f2724e41fe (patch) | |
tree | 23e894766d68e5d8805f195f737e0533d89deaa3 /abs/core-testing/nfs-utils/nfs.conf.d | |
parent | c848d1b444b9e03f047830c04f5e1e70183035e9 (diff) | |
download | linhes_pkgbuild-9f392cc1b6e39b4cde757e18aa8259f2724e41fe.zip linhes_pkgbuild-9f392cc1b6e39b4cde757e18aa8259f2724e41fe.tar.gz linhes_pkgbuild-9f392cc1b6e39b4cde757e18aa8259f2724e41fe.tar.bz2 |
Add nfs-utils and related programs
Diffstat (limited to 'abs/core-testing/nfs-utils/nfs.conf.d')
-rw-r--r-- | abs/core-testing/nfs-utils/nfs.conf.d | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/abs/core-testing/nfs-utils/nfs.conf.d b/abs/core-testing/nfs-utils/nfs.conf.d new file mode 100644 index 0000000..73e396a --- /dev/null +++ b/abs/core-testing/nfs-utils/nfs.conf.d @@ -0,0 +1,20 @@ +# Number of servers to be started up by default +NFSD_OPTS=8 + +# Options to pass to rpc.mountd +# e.g. MOUNTDOPTS="-p 32767" +MOUNTD_OPTS="--no-nfs-version 1 --no-nfs-version 2" + +# Options to pass to rpc.statd +# N.B. statd normally runs on both client and server, and run-time +# options should be specified accordingly. Specifically, the Arch +# NFS init scripts require the --no-notify flag on the server, +# but not on the client e.g. +# STATD_OPTS="--no-notify -p 32765 -o 32766" -> server +# STATD_OPTS="-p 32765 -o 32766" -> client +STATD_OPTS="" + +# Options to pass to sm-notify +# e.g. SMNOTIFY_OPTS="-p 32764" +SMNOTIFY_OPTS="" + |