%general-entities; ]> $LastChangedBy$ $Date$ Inetutils-&inetutils-version; Inetutils Introduction to Inetutils The Inetutils package contains network clients and servers. If you are building on an LFS platform, this package was installed during LFS and only the clients (telnet, ftp, etc.) were installed. These instructions allow you to install the server programs. Note that most of the Inetutils servers are insecure and should only be used on trusted networks. &lfs70_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &inetutils-md5sum; Download size: &inetutils-size; Estimated disk space required: &inetutils-buildsize; Estimated build time: &inetutils-time; Inetutils Dependencies Optional , , krb4, and User Notes: Installation of Inetutils Install Inetutils by running the following commands: ./configure --prefix=/usr \ --libexecdir=/usr/sbin \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-logger \ --disable-syslogd \ --disable-whois \ --disable-ifconfig \ --disable-hostname \ --disable-clients && make To test the results, issue: make check. Now, as the root user: make install Command Explanations --disable-logger: This switch prevents Inetutils installing a logger program, which is installed in the LFS book. --disable-syslogd: This switch prevents Inetutils installing a system log daemon, which is installed in the LFS book. : This switch prevents Inetutils installing an outdated whois client. Add this option if you plan on installing . : This switch prevents Inetutils from installing an ifconfig command. Use this parameter if you have Net-Tools installed and wish to keep its version of ifconfig. : This switch prevents Inetutils from installing a hostname command. Use this parameter if you have the version of this program supplied by the either the Coreutils package or the Net-Tools package and wish to keep it. --disable-clients: This switch prevents Inetutils installing any of the client programs (most of which were build during LFS) and only installs the server programs. : This switch makes Inetutils compile against tcp-wrappers. Add this option if you want to utilize tcp-wrappers. : This switch makes Inetutils link against Linux-PAM libraries. Add this option if you want to utilize PAM. : Some of the servers included with Inetutils are insecure in nature and in some cases better alternatives exist. You can choose this switch to enable only the servers you need, avoiding the installation of unneeded servers. Contents A list of the installed programs not included here, along with their short descriptions can be found at . Installed Programs Installed Libraries Installed Directories ftpd, hostname, ifconfig, inetd, rexecd, rlogind, rshd, talkd, telnetd, tftpd, uucpd and whois None None Short Descriptions ftpd is a DARPA Internet File Transfer Protocol Server. ftpd inetd is an Internet super-server. inetd rexecd is a remote execution server. rexecd rlogind is a remote login server. rlogind rshd is a remote shell server. rshd talkd is a remote user communication server. talkd telnetd is a DARPA TELNET protocol server. telnetd tftpd is an Internet Trivial File Transfer Protocol server. tftpd uucpd is a server for supporting UUCP connections over networks. uucpd whois is a client for the whois directory service. Note that the package provides a much better client. whois