diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/inetutils.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 79a7484d3..484c7c922 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -40,15 +40,6 @@ <sect2 role="installation"> <title>Installation of Inetutils</title> - <para>Not all programs that come with Inetutils will be installed. - However, the Inetutils build system will insist on installing all the - man pages anyway. The following patch will correct this - situation:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen> - -<para>Prepare Inetutils for compilation:</para> - <screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/sbin \ --localstatedir=/var --disable-ifconfig \ --disable-logger --disable-syslogd --disable-whois \ @@ -73,7 +64,7 @@ <para>This option prevents Inetutils from installing the <command>logger</command> program, which is used by scripts to pass messages to the System Log Daemon. Do not install it because - Util-linux installs a better version later.</para> + Util-linux installed a version earlier.</para> </listitem> </varlistentry> @@ -132,7 +123,7 @@ mv -v /usr/bin/traceroute /sbin</userinput></screen> <segtitle>Installed programs</segtitle> <seglistitem> - <seg>ftp, hostname, ping, ping6, rcp, rlogin, rsh, talk, telnet, + <seg>ftp, hostname, ping, ping6, rcp, rexec, rlogin, rsh, talk, telnet, tftp, and traceroute</seg> </seglistitem> </segmentedlist> @@ -193,6 +184,16 @@ mv -v /usr/bin/traceroute /sbin</userinput></screen> </listitem> </varlistentry> + <varlistentry id="rexec"> + <term><command>rexec</command></term> + <listitem> + <para>executes commands on a remote host</para> + <indexterm zone="ch-system-inetutils rexec"> + <primary sortas="b-rexec">rexec</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="rlogin"> <term><command>rlogin</command></term> <listitem> |