X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=README;h=7f18118e98fd40a3e49c1efe7e085e7902aa7c07;hp=0868bf02c1557ae595b3661ae21126e270e8581a;hb=742190194badb6f08a4934c254d642cbf014c84e;hpb=a9f0d056fde495ebca05dd6fbffca3af54c4aca4 diff --git a/README b/README index 0868bf0..7f18118 100644 --- a/README +++ b/README @@ -1,51 +1,51 @@ -This is the Linux NFS utility package version 0.2. +This is version 1.0.1 of nfs-utils, the Linux NFS utility package. -There is a Linux NFS mailing list at -http://lists.sourceforge.net/mailman/listinfo/nfs/ -You can subscribe it and search the mailing list archive via a web -browser. +0. PROJECT RESOURCES -The nfs-utils package is available from the CVS server: +Home page: http://sourceforge.net/projects/nfs/ -# cvs -z 3 -d:pserver:anonymous@cvs.nfs.sourceforge.net:/cvsroot/nfs co nfs-utils +To use the 'gss' support you must have kerberos-5 development +libraries installed. +Otherwise use "--disable-gss" -will get the latest version. +To use nfsv4 support you need libevent and libnfsidmap development +libraries. They are available from + http://www.monkey.org/~provos/libevent/ + http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/ +Otherwise use --disable-nfsv4 -The files are -ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-0.2.tar.gz -ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-0.1.9.1-0.2.diff.gz +1. COMPILING -To compile, just do +Unpack the sources and run these commands: -# ./configure -# make + # ./configure + # make -# make install +To install binaries and documenation, run this command: -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. + # make install -On RedHat 6.2, you can use -# rpm -ta nfs-utils-0.2.tar.gz +2. COMPILING FROM GIT -to build the source and binary RPMs. +Getting nfs-utils for the first time: -util-linux 2.10m or above is required. But the following patches may -also be needed: + git clone git://linux-nfs.org/nfs-utils -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 +Updating to the latest head after you've already got it. + git pull -Thanks. +Building requires that autotools be installed. To invoke them +simply + sh autogen.sh -H.J. -hjl@lucon.org -09/01/2000 +Finally, build as usual as above. + +Share And Enjoy! + + -- the nfs-utils developers +