From 2ad19ed298e3e0a9df40fa914f54f28d2c26fdbc Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Fri, 12 Dec 2003 03:26:35 +0000 Subject: Inetutils: Added patch to prevent unnecessary man pages from being installed. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3134 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/inetutils.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'chapter06/inetutils.xml') diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index fd448abdb..9fab9e5f4 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -13,7 +13,13 @@ Estimated required disk space: &inetutils-compsize; Installation of Inetutils -Prepare Inetutils for compilation: +We are not going to install all the programs that come with Inetutils. +However, the Inetutils build system will insist on installing all the man +pages anyway. The following patch will correct this situation: + +patch -Np1 -i ../&inetutils-no-server-man-pages-patch; + +Now prepare Inetutils for compilation: ./configure --prefix=/usr --disable-syslogd \     --libexecdir=/usr/sbin --disable-logger \ -- cgit v1.2.3-54-g00ecf