X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fexportfs%2Fexports.man;h=85e25d44368c66b5f9d00574e01de82c2354e7ca;hb=d6c1b35c6b40243bfd6fba2591c9f8f2653078c0;hp=bfc4d42d314c404cc7a4337db8acc0a7658959f2;hpb=6f228ea26be06572de245aed5496aaa122cca5a8;p=nfs-utils.git diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man index bfc4d42..85e25d4 100644 --- a/utils/exportfs/exports.man +++ b/utils/exportfs/exports.man @@ -145,7 +145,9 @@ storage (see .IR async above). -In releases of nfs-utils up to and including 1.0.0, this option was the +In releases of nfs-utils up to and including 1.0.0, the +.I async +option was the default. In all releases after 1.0.0, .I sync is the default, and @@ -442,6 +444,24 @@ export entry for .B /home/joe in the example section below, which maps all requests to uid 150 (which is supposedly that of user joe). +.SS Extra Export Tables +After reading +.I /etc/exports +.B exportfs +reads files under +.I /etc/exports.d. +directory as extra export tables. +.B exportfs +regards only a file which name is ended with +.I .exports +and +not started with +.I . +as an extra export file. A file which name +is not met this condition is just ignored. +The format for extra export tables is the same as +.I /etc/exports +. .IP .SH EXAMPLE .PP @@ -487,6 +507,7 @@ all three mounts with the `sync' option enabled. '''entry. .SH FILES /etc/exports +/etc/exports.d .SH SEE ALSO .BR exportfs (8), .BR netgroup (5),