From 2ab664bdf87b80b030b518cd1f0246c9c03557ed Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Mon, 30 Sep 2013 10:45:11 -0400 Subject: exportfs: clean up exports.d discussion From: "J. Bruce Fields" The syntax here is a little convoluted. Signed-off-by: J. Bruce Fields Signed-off-by: Steve Dickson --- utils/exportfs/exports.man | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man index 58c0f66..e8b29df 100644 --- a/utils/exportfs/exports.man +++ b/utils/exportfs/exports.man @@ -444,17 +444,11 @@ is supposedly that of user joe). 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 +reads files in the +.I /etc/exports.d +directory as extra export tables. Only files ending in .I .exports -and -not started with -.I . -as an extra export file. A file which name -is not met this condition is just ignored. +are considered. Files beginning with a dot are ignored. The format for extra export tables is the same as .I /etc/exports . -- cgit