]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
x
authorneilbrown <neilbrown>
Tue, 19 Nov 2002 04:42:52 +0000 (04:42 +0000)
committerneilbrown <neilbrown>
Tue, 19 Nov 2002 04:42:52 +0000 (04:42 +0000)
ChangeLog
utils/exportfs/exports.man

index a05095277cf4c703eaaef4dceb79ac8fb149a044..ee7d4d504ef3f47efe95f31a6e08e18e57b93688 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-19  NeilBrown <neilb@cse.unsw.edu.au>
+
+       * utils/exportfs/exports.man: Correct notes about whether the wild
+       card characters match a period.  They do.
+       
 2002-10-15  Juan Gomez <juang@us.ibm.com>
 
        * utils/mountd/rmtab.c (slink_safe_rename): New. Support
index 97264cdc6511880f69ed3d00a0c092043b1abffd..7ab7640da1350b8f8b6733c007135fb13d639abe 100644 (file)
@@ -45,9 +45,10 @@ parts or those containing a single dash (\-) are ignored.
 .IP "wildcards
 Machine names may contain the wildcard characters \fI*\fR and \fI?\fR.
 This can be used to make the \fIexports\fR file more compact; for instance,
-\fI*.cs.foo.edu\fR matches all hosts in the domain \fIcs.foo.edu\fR. However,
-these wildcard characters do not match the dots in a domain name, so the
-above pattern does not include hosts such as \fIa.b.cs.foo.edu\fR.
+\fI*.cs.foo.edu\fR matches all hosts in the domain
+\fIcs.foo.edu\fR.  As these characters also match the dots in a domain
+name, the given pattern will also match all hosts within any subdomain
+of \fIcs.foo.edu\fR.
 .IP "IP networks
 You can also export directories to all hosts on an IP (sub-) network
 simultaneously. This is done by specifying an IP address and netmask pair