]> git.decadent.org.uk Git - nfs-utils.git/blob - README
Wrap Neil's recent changelog entry so lines don't exceed 80 columns.
[nfs-utils.git] / README
1 This is the Linux NFS utility package version 0.2.1.
2
3 The nfs-utils package is available via the Linux NFS web page is at
4
5 http://sourceforge.net/projects/nfs/
6
7 To compile, just do
8
9 # ./configure
10 # make
11
12 # make install
13
14 will install the nfs-utils binaries. You have to install the NFS
15 service scripts. There are 2 in etc/redhat provided for RedHat 6.x
16 and 7.0. They are tested on RedHat 6.2 and 7.0.
17
18 On RedHat 6.2 and 7.0, you can use
19
20 # rpm -ta nfs-utils-0.2.1.tar.gz
21
22 to build the source and binary RPMs.
23
24 util-linux 2.10m or above is required. But the following patches may
25 also be needed:
26
27 ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10f-mount-tcp.patch
28 ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-compat.patch
29 ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-nfsv3.patch
30 ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-rpc.patch
31
32
33 Thanks.
34
35
36 H.J.
37 hjl@lucon.org
38 09/27/2000