]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - ChangeLog
2002-10-15 Juan Gomez <juang@us.ibm.com>
[nfs-utils.git] / ChangeLog
index 3f957ae35f4ed4b2e95e2fbafeafc75075a32712..a05095277cf4c703eaaef4dceb79ac8fb149a044 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2002-10-15  Juan Gomez <juang@us.ibm.com>
+
+       * utils/mountd/rmtab.c (slink_safe_rename): New. Support
+       symlink.
+       (mountlist_add): Call slink_safe_rename instead of rename.
+
+2002-10-11  H.J. Lu <hjl@lucon.org>
+
+       * support/include/exportfs.h (export_errno): New.
+
+       * support/nfs/exports.c: Include <errno.h>.
+       (export_errno): New.
+       (getexportent): Set export_errno to EINVAL for bad option.
+       (parseopts): Likewise.
+       Report the location of the default sync/async option.
+
+       * utils/exportfs/exportfs.c (main): Initialize export_errno to
+       0. Return export_errno.
+
 2002-10-11  Juan Gomez  <gomez@cs.sjsu.edu>
        NeilBrown <neilb@cse.unsw.edu.au>