summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjl <hjl>2000-07-03 18:35:27 +0000
committerhjl <hjl>2000-07-03 18:35:27 +0000
commit877ee5ab033fd5e66858f250296283353d3020d2 (patch)
treeea51b87f02b68fff59850a0cf5dec90e458f311a
parent29d681c69d696e37d327a0b9323ec76663bd2937 (diff)
downloadnfs-utils-877ee5ab033fd5e66858f250296283353d3020d2.tar.gz
nfs-utils-877ee5ab033fd5e66858f250296283353d3020d2.tar.xz
nfs-utils-877ee5ab033fd5e66858f250296283353d3020d2.zip
2000-07-03 H.J. Lu <hjl@lucon.org>
* README: Update the util-linux requirement.
-rw-r--r--ChangeLog4
-rw-r--r--README11
2 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7af489d..34f952a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2000-07-03 H.J. Lu <hjl@lucon.org>
+ * README: Update the util-linux requirement.
+
+2000-07-03 H.J. Lu <hjl@lucon.org>
+
* configure.in (VERSION): Set to "0.1.9".
* configure: Regenerated.
* nfs-utils.spec: Updated.
diff --git a/README b/README
index 82496a1..ae74715 100644
--- a/README
+++ b/README
@@ -34,11 +34,14 @@ On RedHat 6.2, you can use
to build the source and binary RPMs.
-If your mount from util-linux is too old, you will need 3 patches:
+util-linux 2.10m or above is required. But the following patches may
+also be needed:
+
+ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10f-mount-tcp.patch
+ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-compat.patch
+ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-nfsv3.patch
+ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-rpc.patch
-ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.9o-mount-nfsv3.patch
-ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.9w-mount-nfsv3try.patch
-ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10f-mount-rpc.patch
Thanks.