Modified Inetutils instructions to match LFS and added an optional dependency

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2772 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-10-07 14:51:15 +00:00
parent 7ac57d934a
commit 658b97213f
3 changed files with 18 additions and 8 deletions

View File

@ -45,7 +45,9 @@ url="&patch-root;/inetutils-&inetutils-version;-kernel_headers-1.patch"/></para>
<sect3><title><application>Inetutils</application> dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="Linux_PAM"/>, <xref linkend="tcpwrappers"/> and
<para><xref linkend="Linux_PAM"/>,
<xref linkend="tcpwrappers"/>,
<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> and
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para></sect4>
</sect3>
@ -58,10 +60,10 @@ url="&patch-root;/inetutils-&inetutils-version;-kernel_headers-1.patch"/></para>
commands:</para>
<screen><userinput><command>patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch &amp;&amp;
./configure --prefix=/usr --disable-syslogd \
--libexecdir=/usr/sbin --infodir=/usr/share/info \
./configure --prefix=/usr --libexecdir=/usr/sbin \
--sysconfdir=/etc --localstatedir=/var \
--mandir=/usr/share/man &amp;&amp;
--mandir=/usr/share/man --infodir=/usr/share/info \
--disable-logger --disable-syslogd &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
mv /usr/bin/ping /bin</command></userinput></screen>
@ -71,6 +73,10 @@ mv /usr/bin/ping /bin</command></userinput></screen>
<sect2>
<title>Command explanations</title>
<para><parameter>--disable-logger</parameter>: This switch prevents
<application>Inetutils</application> installing a <command>logger</command>
program, which is installed in the <acronym>LFS</acronym> Book.</para>
<para><parameter>--disable-syslogd</parameter>: This switch prevents
<application>Inetutils</application> installing a System Log Daemon, which is
installed in the <acronym>LFS</acronym> Book.</para>

View File

@ -1,4 +1,4 @@
<!ENTITY day "06">
<!ENTITY day "07">
<!ENTITY month "10">
<!ENTITY year "2004">
<!ENTITY version "svn-&year;&month;&day;">

View File

@ -22,6 +22,10 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>October 7th, 2004 [randy]: Modified configure switches
in Inetutils instructions to match LFS and added an optional
dependency.</para></listitem>
<listitem><para>October 6th, 2004 [igor]: Updated to
expat-1.95.8.</para></listitem>
@ -35,14 +39,14 @@ page.</para></listitem>
<listitem><para>October 2nd, 2004 [dj]: Added net-tools as a dependency
for RP-PPPoE. Made iproute2 patch optional for dhcp.</para></listitem>
<listitem><para>September 27th, 2004 [Randy]: Modified Ethereal
<listitem><para>September 27th, 2004 [randy]: Modified Ethereal
configuration instructions as suggested by Bruce Dubbs; modified
iptables id entity.</para></listitem>
<listitem><para>September 26th, 2004 [Randy]: Modified chown command in
<listitem><para>September 26th, 2004 [randy]: Modified chown command in
Apache instructions to change ownership of more files.</para></listitem>
<listitem><para>September 26th, 2004 [Randy]: Added new package
<listitem><para>September 26th, 2004 [randy]: Added new package
Ethereal-0.10.6.</para></listitem>
<listitem><para>September 24th, 2004 [larry]: Updated to