summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2002-09-02 02:14:53 +0000
committerneilbrown <neilbrown>2002-09-02 02:14:53 +0000
commit9bea78d8f36cd5ab75d18e32224f0b90a635128c (patch)
tree1beb1934840833fe36568ae234a80a2498531ce9 /ChangeLog
parentedfedfb53af585792ec6796ead7b0cc5f13618aa (diff)
downloadnfs-utils-9bea78d8f36cd5ab75d18e32224f0b90a635128c.tar.gz
nfs-utils-9bea78d8f36cd5ab75d18e32224f0b90a635128c.tar.xz
nfs-utils-9bea78d8f36cd5ab75d18e32224f0b90a635128c.zip
Support "-P path" in statd as alternate to /var/lib/nfs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c50ca92..363141c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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.