summaryrefslogtreecommitdiffstats
path: root/abs/core/nfs-utils/exports
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-04-13 21:16:08 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-04-13 21:16:08 (GMT)
commitc8188f1e65a1b8b310b1e6410d8416a8ea2b2813 (patch)
treeeaeab41ae1ee81305e14514e4980f587d9892896 /abs/core/nfs-utils/exports
parente890f4ba7b7ed37b7004a582a042403a501e010a (diff)
downloadlinhes_pkgbuild-c8188f1e65a1b8b310b1e6410d8416a8ea2b2813.zip
linhes_pkgbuild-c8188f1e65a1b8b310b1e6410d8416a8ea2b2813.tar.gz
linhes_pkgbuild-c8188f1e65a1b8b310b1e6410d8416a8ea2b2813.tar.bz2
nfs-utils: update to 2.3.1
Diffstat (limited to 'abs/core/nfs-utils/exports')
-rw-r--r--abs/core/nfs-utils/exports15
1 files changed, 6 insertions, 9 deletions
diff --git a/abs/core/nfs-utils/exports b/abs/core/nfs-utils/exports
index 8f4aac5..59dfa2e 100644
--- a/abs/core/nfs-utils/exports
+++ b/abs/core/nfs-utils/exports
@@ -1,15 +1,12 @@
-# /etc/exports
-#
-# List of directories exported to NFS clients. See exports(5).
-# Use exportfs -arv to reread.
+# /etc/exports - exports(5) - directories exported to NFS clients
#
# Example for NFSv2 and NFSv3:
-# /srv/home hostname1(rw,sync) hostname2(ro,sync)
-#
+# /srv/home hostname1(rw,sync) hostname2(ro,sync)
# Example for NFSv4:
-# /srv/nfs4 hostname1(rw,sync,fsid=0)
+# /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)
+# /srv/nfs4 *(rw,sync,sec=krb5i,fsid=0)
+# /srv/nfs4/home *(rw,sync,sec=krb5i,nohide)
#
+# Use `exportfs -arv` to reload.