From 6fc168bc2ec30f8703e507692fa34424887efc01 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 23 Aug 2015 21:26:36 +0000 Subject: 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 --- chapter06/inetutils.xml | 54 +++++++++++++------------------------------------ 1 file changed, 14 insertions(+), 40 deletions(-) (limited to 'chapter06/inetutils.xml') 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 @@ -75,6 +79,16 @@ + + --disable-r* + + 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 openssh + package in the BLFS book. + + + --disable-servers @@ -180,46 +194,6 @@ mv -v /usr/bin/ifconfig /sbin - - rcp - - Performs remote file copy - - rcp - - - - - - rexec - - Executes commands on a remote host - - rexec - - - - - - rlogin - - Performs remote login - - rlogin - - - - - - rsh - - Runs a remote shell - - rsh - - - - talk -- cgit v1.2.3-54-g00ecf