diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-08-23 21:26:36 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-08-23 21:26:36 +0000 |
commit | 6fc168bc2ec30f8703e507692fa34424887efc01 (patch) | |
tree | 391f63855c87acac379f41c6835f7e5d7202171a /chapter06/inetutils.xml | |
parent | 0f3055acdd69d3a7addc8a4f46549d844a83bb17 (diff) |
Update to libpipeline-1.4.1.
Update to linux-4.1.6.
Update to man-db-2.7.2.
Add a patch to allow glibc to build properly on i386 systems.
Remove obsolete r* programs from inetutils.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10941 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/inetutils.xml')
-rw-r--r-- | chapter06/inetutils.xml | 54 |
1 files changed, 14 insertions, 40 deletions
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index c2eab482b..76290ff87 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -51,6 +51,10 @@ --localstatedir=/var \ --disable-logger \ --disable-whois \ + --disable-rcp \ + --disable-rexec \ + --disable-rlogin \ + --disable-rsh \ --disable-servers</userinput></screen> <variablelist> @@ -76,6 +80,16 @@ </varlistentry> <varlistentry> + <term><parameter>--disable-r*</parameter></term> + <listitem> + <para>These parameters disable building obsolete programs that should not + be used due to security issues. The functions provided by these + programs can be provided by the <application>openssh</application> + package in the BLFS book.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><parameter>--disable-servers</parameter></term> <listitem> <para>This disables the installation of the various network servers @@ -180,46 +194,6 @@ mv -v /usr/bin/ifconfig /sbin</userinput></screen> </listitem> </varlistentry> - <varlistentry id="rcp"> - <term><command>rcp</command></term> - <listitem> - <para>Performs remote file copy</para> - <indexterm zone="ch-system-inetutils rcp"> - <primary sortas="b-rcp">rcp</primary> - </indexterm> - </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> - <para>Performs remote login</para> - <indexterm zone="ch-system-inetutils rlogin"> - <primary sortas="b-rlogin">rlogin</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="rsh"> - <term><command>rsh</command></term> - <listitem> - <para>Runs a remote shell</para> - <indexterm zone="ch-system-inetutils rsh"> - <primary sortas="b-rsh">rsh</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="talk"> <term><command>talk</command></term> <listitem> |