diff options
author | J. Bruce Fields <bfields@redhat.com> | 2013-09-30 10:45:11 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2013-09-30 10:45:11 -0400 |
commit | 2ab664bdf87b80b030b518cd1f0246c9c03557ed (patch) | |
tree | 168999027b2db25fff4aa4e1bd75c7f745d32c34 | |
parent | 7b5bc7505c16f6e3ae08228426005644417fa05b (diff) | |
download | nfs-utils-2ab664bdf87b80b030b518cd1f0246c9c03557ed.tar.gz nfs-utils-2ab664bdf87b80b030b518cd1f0246c9c03557ed.tar.xz nfs-utils-2ab664bdf87b80b030b518cd1f0246c9c03557ed.zip |
exportfs: clean up exports.d discussion
From: "J. Bruce Fields" <bfields@redhat.com>
The syntax here is a little convoluted.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | utils/exportfs/exports.man | 14 |
1 files 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 . |