Changeset 68196987


Ignore:
Timestamp:
05/14/2006 04:01:57 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
17d22d99
Parents:
4880b3d2
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4880b3d2 r68196987  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added a note to the MySQL instructions about TCP
     49          Wrapper and MySQL's test suite.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Added a note to the cURL instructions about TCP
    4953          Wrapper and cURL's test suite.</para>
  • server/databases/mysql.xml

    r4880b3d2 r68196987  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 <!-- Dead link
     6
    77  <!ENTITY mysql-download-http "http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz/from/http://mysql.mirrors.hoobly.com/">
    8 -->
    9   <!ENTITY mysql-download-http " ">
    108  <!ENTITY mysql-download-ftp  "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
    119  <!ENTITY mysql-md5sum        "c3165204c42e1db6fc3a95a4fd2cd22f">
     
    135133unset TESTFILE</userinput></screen>
    136134-->
    137     <para>To test the results, issue: <command>make test</command>.</para>
     135
     136    <para>To test the results, issue: <command>make test</command>. Note that
     137    if you have a restrictive <filename>/etc/hosts.deny</filename> file, you
     138    will need to add an appropriate entry to the
     139    <filename>/etc/hosts.allow</filename> file for the
     140    <command>mysqld</command> daemon, else many of the tests will fail.</para>
    138141
    139142    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.