Installing Inetutils-1.4.2

Estimated build time:           0.3 SBU
Estimated required disk space:  (to be determined)

Contents of Inetutils

(Last checked against version 1.4.2.)

The Inetutils package contains network clients and servers.

Inetutils installs the following:

Program Files

ftp, ping, rcp, rlogin, rsh, talk, telnet, tftp, whois, ftpd, inetd, rexecd, rlogind, rshd, talkd, telnetd, tftpd, uucpd

Inetutils Installation Dependencies

(No dependencies checked yet.)

Installation of Inetutils

Prepare Inetutils for compilation:

./configure --prefix=/usr --disable-syslogd \
    --libexecdir=/usr/sbin --disable-logger \
    --sysconfdir=/etc --localstatedir=/var \
    --disable-whois --disable-servers

The meaning of the configure options:

Compile the package:

make

Install it:

make install

And move the ping program to its proper place:

mv /usr/bin/ping /bin