mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
added a couple of optional deps and few corrections to bind
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1568 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
37d32b1847
commit
98bca9b2a2
@ -20,10 +20,9 @@ url="&bind-download-http;"/></para></listitem>
|
||||
url="&bind-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download size: &bind-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required:
|
||||
&bind-buildsize;</para></listitem>
|
||||
&bind-utils-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&bind-time;</para></listitem></itemizedlist>
|
||||
&bind-utils-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
@ -3,5 +3,5 @@
|
||||
<!ENTITY bind-utils-inst SYSTEM "bind-utils-inst.xml">
|
||||
<!ENTITY bind-utils-exp SYSTEM "bind-utils-exp.xml">
|
||||
<!ENTITY bind-utils-desc SYSTEM "bind-utils-desc.xml">
|
||||
<!ENTITY bind-utils-size "9 MB">
|
||||
<!ENTITY bind-utils-time "">
|
||||
<!ENTITY bind-utils-buildsize "47 MB">
|
||||
<!ENTITY bind-utils-time "0.54 SBU">
|
||||
|
@ -4,6 +4,8 @@
|
||||
<para>The <application><acronym>BIND</acronym></application> package contains
|
||||
<command>dig</command>,
|
||||
<command>host</command>,
|
||||
<command>isc-config.sh</command>,
|
||||
<command>nslookup</command>,
|
||||
<command>rndc</command>,
|
||||
<command>rndc-confgen</command>,
|
||||
<command>named-checkconf</command>,
|
||||
@ -27,6 +29,10 @@ servers.</para></sect3>
|
||||
<para><command>host</command> is a utility for <acronym>DNS</acronym>
|
||||
lookups.</para></sect3>
|
||||
|
||||
<sect3><title>nslookup</title>
|
||||
<para><command>nslookup</command> is a program used to query Internet
|
||||
domain nameservers.</para></sect3>
|
||||
|
||||
<sect3><title>rndc</title>
|
||||
<para><command>rndc</command> controls the operation of
|
||||
<application><acronym>BIND</acronym></application>.</para></sect3>
|
||||
|
@ -13,4 +13,10 @@ provides a <acronym>DNS</acronym> server and client utilities.</para>
|
||||
<listitem><para>Estimated build time: &bind-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application><acronym>BIND</acronym></application> dependencies</title>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="openssl"/> and <xref linkend="openjade"/>
|
||||
</para></sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
@ -7,5 +7,5 @@
|
||||
<!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.4 MB">
|
||||
<!ENTITY bind-buildsize "43 MB">
|
||||
<!ENTITY bind-buildsize "88 MB">
|
||||
<!ENTITY bind-time "0.89 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user