Added a note to the cURL instructions about TCP Wrapper and cURL's test suite

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6074 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-05-14 16:01:57 +00:00
parent 4880b3d231
commit 68196987af
2 changed files with 11 additions and 4 deletions

View File

@ -44,6 +44,10 @@
<listitem> <listitem>
<para>May 14th, 2006</para> <para>May 14th, 2006</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[randy] - Added a note to the MySQL instructions about TCP
Wrapper and MySQL's test suite.</para>
</listitem>
<listitem> <listitem>
<para>[randy] - Added a note to the cURL instructions about TCP <para>[randy] - Added a note to the cURL instructions about TCP
Wrapper and cURL's test suite.</para> Wrapper and cURL's test suite.</para>

View File

@ -3,10 +3,8 @@
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!-- Dead link
<!ENTITY mysql-download-http "http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz/from/http://mysql.mirrors.hoobly.com/"> <!ENTITY mysql-download-http "http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz/from/http://mysql.mirrors.hoobly.com/">
-->
<!ENTITY mysql-download-http " ">
<!ENTITY mysql-download-ftp "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz"> <!ENTITY mysql-download-ftp "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
<!ENTITY mysql-md5sum "c3165204c42e1db6fc3a95a4fd2cd22f"> <!ENTITY mysql-md5sum "c3165204c42e1db6fc3a95a4fd2cd22f">
<!ENTITY mysql-size "18.6 MB"> <!ENTITY mysql-size "18.6 MB">
@ -134,7 +132,12 @@ do
done done
unset TESTFILE</userinput></screen> unset TESTFILE</userinput></screen>
--> -->
<para>To test the results, issue: <command>make test</command>.</para>
<para>To test the results, issue: <command>make test</command>. Note that
if you have a restrictive <filename>/etc/hosts.deny</filename> file, you
will need to add an appropriate entry to the
<filename>/etc/hosts.allow</filename> file for the
<command>mysqld</command> daemon, else many of the tests will fail.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para>