summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>1999-11-22 23:17:27 +0000
committerneilbrown <neilbrown>1999-11-22 23:17:27 +0000
commita24504ade282e4f7e2dec379368a2fd41680f388 (patch)
treebb82435508a73135bb5e02329a293b8ec897fa8a /ChangeLog
parentc790e97b504b04aacb914cc8c434977eed218952 (diff)
downloadnfs-utils-a24504ade282e4f7e2dec379368a2fd41680f388.tar.gz
nfs-utils-a24504ade282e4f7e2dec379368a2fd41680f388.tar.xz
nfs-utils-a24504ade282e4f7e2dec379368a2fd41680f388.zip
changed parseopts to not modify the "char *cp" argument. It was
replacing commas with nuls so that parseopts could not be called twice with the same string.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afe22cf..7b4c10f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Nov 23 10:13:39 1999 Neil Brown <neilb@cse.unsw.edu.au>
+
+ * support/nfs/exports.c (parseopts): make copy of opt string before
+ 'nul'ing out commas so that
+ exportfs -o option1,option2 hosta:/fs hostb:/fs
+ applies both options to both exports
+
Thu Oct 28 12:55:42 1999 H.J. Lu <hjl@lucon.org>
* README: Fix a few typos.