aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/inetutils.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-12-12 03:26:35 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-12-12 03:26:35 +0000
commit2ad19ed298e3e0a9df40fa914f54f28d2c26fdbc (patch)
tree787143e07efa1dfc3730ad7972a1eb3cb632c2b6 /chapter06/inetutils.xml
parent9c8916bcbaa61e15efcbb58ef551bb2961c6ad8e (diff)
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
Diffstat (limited to 'chapter06/inetutils.xml')
-rw-r--r--chapter06/inetutils.xml8
1 files changed, 7 insertions, 1 deletions
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;</screen>
<sect2>
<title>Installation of Inetutils</title>
-<para>Prepare Inetutils for compilation:</para>
+<para>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:</para>
+
+<screen><userinput>patch -Np1 -i ../&inetutils-no-server-man-pages-patch;</userinput></screen>
+
+<para>Now prepare Inetutils for compilation:</para>
<screen><userinput>./configure --prefix=/usr --disable-syslogd \
&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin --disable-logger \