X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=README;h=2680101dbbc4de2b2890f90d8ce9c00446601ce1;hp=67cbf424956435a594eac87369876faf3643bdee;hb=9299bb4d96117d298f691f683e655d3456faaaeb;hpb=c6fdbad13e538484e1c947fafaa1e04a6bcfb97a diff --git a/README b/README index 67cbf42..2680101 100644 --- a/README +++ b/README @@ -1,21 +1,8 @@ -This is the Linux NFS utility package version 0.1.8.2. +This is the Linux NFS utility package version 0.3. -There is a Linux NFS mailing list at +The nfs-utils package is available via the Linux NFS web page is at -http://lists.sourceforge.net/mailman/listinfo/nfs/ -You can subscribe it and search the mailing list archive via a web -browser. - -The nfs-utils package is available from the CVS server: - -# cvs -z 3 -d:pserver:anonymous@cvs.nfs.sourceforge.net:/cvsroot/nfs co nfs-utils - -will get the latest version. - -The files are - -ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-0.1.8.2.tar.gz -ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-0.1.8-0.1.8.2.diff.gz +http://sourceforge.net/projects/nfs/ To compile, just do @@ -25,24 +12,27 @@ To compile, just do # make install will install the nfs-utils binaries. You have to install the NFS -service scripts. There are 2 in etc/redhat provided for RedHat 6.x. -They are tested on RedHat 6.2. +service scripts. There are 2 in etc/redhat provided for RedHat 6.x +and 7.0. They are tested on RedHat 6.2 and 7.0. -On RedHat 6.2, you can use +On RedHat 6.2 and 7.0, you can use -# rpm -ta nfs-utils-0.1.8.2.tar.gz +# rpm -ta nfs-utils-0.3.tar.gz 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. H.J. hjl@lucon.org -06/27/2000 +01/25/2001