[arch-commits] Commit in nfs-utils/trunk (exports)

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Dec 16 08:17:03 UTC 2013


    Date: Monday, December 16, 2013 @ 09:17:03
  Author: tpowa
Revision: 201590

stop-using-deprecated-gss-syntax-in-exports

Modified:
  nfs-utils/trunk/exports

---------+
 exports |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: exports
===================================================================
--- exports	2013-12-16 08:16:45 UTC (rev 201589)
+++ exports	2013-12-16 08:17:03 UTC (rev 201590)
@@ -1,15 +1,12 @@
-# /etc/exports
+# /etc/exports - exports(5) - directories exported to NFS clients
 #
-# 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)
-#
+#  /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.




More information about the arch-commits mailing list