diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/inetutils.xml | 8 |
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 \ --libexecdir=/usr/sbin --disable-logger \ |