diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-12-21 20:01:04 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-12-21 20:01:04 +0000 |
commit | 796bacf4805d55c37c13e65dc19394d2c1614984 (patch) | |
tree | 795c65b556fb6a073434408e015464d9f61cf763 /chapter06 | |
parent | 7110af22304ff65e27f68eba3433a23bc3427b3b (diff) |
Upgrade to Inetutils-1.7. Fixes #2533.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9136 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |