Added OpenSSL as an optional dependency of the BIND Utilities

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3096 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-12-10 05:52:50 +00:00
parent 16473a92c8
commit 89033ca69f
3 changed files with 27 additions and 9 deletions

View File

@ -7,8 +7,8 @@
<!ENTITY bind-download-http "http://gd.tuwien.ac.at/infosys/servers/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
<!ENTITY bind-size "4.6 MB">
<!ENTITY bind-utils-buildsize "67 MB">
<!ENTITY bind-utils-time "0.41 SBU">
<!ENTITY bind-utils-buildsize "52.2 MB">
<!ENTITY bind-utils-time "0.65 SBU">
]>
<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;">
@ -26,11 +26,11 @@ Utilities</application></title>
<para><application><acronym>BIND</acronym> Utilities</application> is not a
separate package, it is a collection of the client side programs that are
included with <application><xref linkend="bind"/></application>. The
<application><acronym>BIND</acronym></application> package includes client
side programs such as <command>nslookup</command>, <command>dig</command> and
<command>host</command>. If you install <application><acronym>BIND</acronym>
<application><acronym>BIND</acronym></application> package includes the client
side programs <command>nslookup</command>, <command>dig</command> and
<command>host</command>. If you install <application><acronym>BIND</acronym>
</application> server, these programs will be installed automatically. This
section is for those users who don't need the complete
section is for those users who don't need the complete
<application><acronym>BIND</acronym></application> server, but need these
client side applications.</para>
@ -41,12 +41,19 @@ url="&bind-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&bind-download-ftp;"/></para></listitem>
<listitem><para>Download size: &bind-size;</para></listitem>
<listitem><para>Estimated Disk space required:
<listitem><para>Estimated disk space required:
&bind-utils-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&bind-utils-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application><acronym>BIND</acronym> Utilities</application>
dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="openssl"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
@ -83,10 +90,18 @@ client programs.</para>
<title>Contents</title>
<para>The <application><acronym>BIND</acronym> Utilities</application> package
contains <command>dig</command>, <command>host</command> and
contains <command>dig</command>, <command>host</command> and
<command>nslookup</command>.</para>
</sect2>
<sect2>
<title>Description</title>
<para>See the program descriptions in the <xref linkend="bind"/>
section.</para>
</sect2>
</sect1>

View File

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

View File

@ -22,6 +22,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>December 10th, 2004 [randy]: Added OpenSSL as an optional
dependency of the BIND Utilities.</para></listitem>
<listitem><para>December 9th, 2004 [randy]: Added a chown command to the
GStreamer instructions to fix incorrect permissions on installed
documentation; added Net::DNS Perl Module (and dependency modules); modified