summaryrefslogtreecommitdiffstats
path: root/README
blob: 502c6731669e0dd6773c6beb74617a4cb661aefe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
This is version 1.0.1 of nfs-utils, the Linux NFS utility package.


0. PROJECT RESOURCES

Home page:  http://sourceforge.net/projects/nfs/


1. COMPILING WITHOUT PACKAGE MANAGEMENT

To compile without using a package management system, unpack the
sources and run these commands:

    # ./configure
    # make

To install binaries and documenation, run this command:

    # make install

You will have to install the two NFS service scripts yourself.
Service scripts for RedHat 6.x and 7.x are in etc/redhat.  They
have been tested on RedHat 6.2 and 7.1.


2. COMPILING WITH RPM

On RedHat 6.2 and 7.1, you can use

    # rpm -ta nfs-utils-1.0.1.tar.gz

to build the source and binary RPMs.


3. COMPILING FOR DEBIAN

The nfs-utils tree has an up-to-date debian directory, so the usual
debian build scripts should work.  The simplest way to build binary
debs, however, is simply to become root (or use fakeroot) and run:

    # debian/rules binary


4. REQUIRED VERSIONS OF OTHER TOOLS

Proper NFS operation requires a 'mount' program from util-linux 2.11f
or later.


Share And Enjoy!

    --	the nfs-utils developers
	<nfs@lists.sourceforge.net>
	26 Dec 2001