summaryrefslogtreecommitdiffstats
path: root/abs/core/nfs-utils/exports
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-17 21:20:10 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-17 21:20:10 (GMT)
commit28ad9d98caaf64ea99877869bc8b70ca266e8a4e (patch)
treedd311a27957633e65d777ed1f69eee356c5cc1ef /abs/core/nfs-utils/exports
parentd820a44dd975c325e2ba86d9bd8321c57581340e (diff)
downloadlinhes_pkgbuild-28ad9d98caaf64ea99877869bc8b70ca266e8a4e.zip
linhes_pkgbuild-28ad9d98caaf64ea99877869bc8b70ca266e8a4e.tar.gz
linhes_pkgbuild-28ad9d98caaf64ea99877869bc8b70ca266e8a4e.tar.bz2
nfs-utils: up to latest
Diffstat (limited to 'abs/core/nfs-utils/exports')
-rw-r--r--abs/core/nfs-utils/exports19
1 files changed, 13 insertions, 6 deletions
diff --git a/abs/core/nfs-utils/exports b/abs/core/nfs-utils/exports
index c9f93c6..8f4aac5 100644
--- a/abs/core/nfs-utils/exports
+++ b/abs/core/nfs-utils/exports
@@ -1,8 +1,15 @@
# /etc/exports
#
-# See exports(5) for a description.
-
-# use exportfs -arv to reread
-#/export 192.168.1.10(rw,no_root_squash)
-
-
+# List of directories exported to NFS clients. See exports(5).
+# Use exportfs -arv to reread.
+#
+# Example for NFSv2 and NFSv3:
+# /srv/home hostname1(rw,sync) hostname2(ro,sync)
+#
+# Example for NFSv4:
+# /srv/nfs4 hostname1(rw,sync,fsid=0)
+# /srv/nfs4/home hostname1(rw,sync,nohide)
+# Using Kerberos and integrity checking:
+# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt)
+# /srv/nfs4/home gss/krb5i(rw,sync,nohide)
+#