]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - ChangeLog
-N for statd
[nfs-utils.git] / ChangeLog
index 054b39e7f9d8a6f042f818b416141448fec8133c..856dba40e56f88f1eb2be4ce991a4e8f2a50ebbf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2002-09-02 Juan Gomez <juang@us.ibm.com>
+       NeilBrown <neilb@cse.unsw.edu.au>
+
+       Add -N option to statd to run in notify-only mode.
+
+       * utils/statd/statd.h: uncomment MODE_NOTIFY_ONLY
+       * utils/statd/statd.man: document -N
+       * utils/statd/statd.c: enabled -N, largely exists but needed to be
+       uncommented and completed
+       
+2002-09-02 Juan Gomez <juang@us.ibm.com>
+       NeilBrown <neilb@cse.unsw.edu.au>
+
+       statd to have " -P directory" arg to use that directory instead
+       of /var/lib/nfs.  This is useful for fail-over clusters.
+       
+       * utils/statd/statd.h: define SM_DIR etc as var, not const.
+       * utils/statd/statd.c: define "-P" option to set SM_*
+       appropriately.
+       * utils/statd/monitor.c: sprintf to cope with SM_DIR not being
+       a constant any more.
+       * utils/statd/notify.c: ditto.
+       * utils/statd/statd.man: document -P option.
+       
+2002-08-26  Chip Salzenberg  <chip@pobox.com>
+
+       * utils/nfsd/nfsd.man: Fix typo.
+       * debian/changelog: Version 1.0.1-1.
+
 2002-05-29 NeilBrown <neilb@cse.unsw.edu.au>
 
        * let parseopts know if /etc/exports was being read or not,