mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
4880b3d231
commit
68196987af
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>May 14th, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added a note to the MySQL instructions about TCP
|
||||
Wrapper and MySQL's test suite.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Added a note to the cURL instructions about TCP
|
||||
Wrapper and cURL's test suite.</para>
|
||||
|
@ -3,10 +3,8 @@
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%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 " ">
|
||||
<!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-size "18.6 MB">
|
||||
@ -134,7 +132,12 @@ do
|
||||
done
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user