X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=856dba40e56f88f1eb2be4ce991a4e8f2a50ebbf;hb=55ce21003ee0fb12fe5ef70909cdc8ce00b803e4;hp=94f71ddb72a4f61507290b91237504f929afc34b;hpb=43180e51d5f19a6a6b9c908bfeeef0d8d0cc99fd;p=nfs-utils.git diff --git a/ChangeLog b/ChangeLog index 94f71dd..856dba4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2002-09-02 Juan Gomez + NeilBrown + + 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 + NeilBrown + + 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 + + * utils/nfsd/nfsd.man: Fix typo. + * debian/changelog: Version 1.0.1-1. + +2002-05-29 NeilBrown + + * let parseopts know if /etc/exports was being read or not, + and have it only print "no sync or async" warning in that case. + 2002-05-06 Tom McNeal NeilBrown