The Inetutils package contains network clients and servers. Inetutils installation in LFS lacks installation of the various servers that are included in the package. The instructions in BLFS removes this deficiency.
Download (HTTP): http://gd.tuwien.ac.at/gnu/gnusrc/inetutils/inetutils-1.4.2.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/inetutils/inetutils-1.4.2.tar.gz
Download size: 1019 KB
Estimated Disk space required: 13 MB
Estimated build time: 0.30 SBU
Install Inetutils by running the following commands:
./configure --prefix=/usr --disable-syslogd \ --libexecdir=/usr/sbin --infodir=/usr/share/info \ --sysconfdir=/etc --localstatedir=/var \ --mandir=/usr/share/man --with-wrap && make && make install && mv /usr/bin/ping /bin |
--disable-syslogd: This switch prevents Inetutils installing a System Log Daemon, which is installed in the LFS Book.
--with-wrap: This switch makes Inetutils compile against tcp-wrappers. Omit this option if you didn't install tcp-wrappers.
--disable-whois: This switch will prevent Inetutils installing a WhoIs client, since the included whois client is out of date. Add this option if you plan on installing Whois-4.6.7.
--with-pam: This switch makes Inetutils compile against for Linux-PAM . Add this option if you want to utilize PAM.
--disable-servers: Some of the servers included with Inetutils are insecure in nature and in some cases better alternative exist. You can choose this switch and enable only the servers you want to avoid installing unneeded servers.
The Inetutils package contains network clients and servers.
ftp is a ARPANET file transfer client.
logger make entries in the system log.
ping sends ICMP ECHO_REQUEST packets to network hosts.
rcp is a remote file copy client.
rlogin is a remote login client.
rsh is a remote shell client.
syslogd logs systems messages.
talk allows communication between users.
telnet is a user interface to the TELNET protocol.
tftp is a trivial file transfer program.
whois is a client for the whois directory service.
ftpd is a DARPA Internet File Transfer Protocol server.
inetd is a Internet super-server.
rexcd is a remote execution server.
rlogind is a remote login server.
rshd is a remote shell server.
talkd is a remote user communication server.
telnetd is a DARPA TELNET protocol server.
tftpd is a Internet Trivial File Transfer Protocol server.
No description available.