diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-07 10:48:55 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-07 10:48:55 +0000 |
commit | 8a5f9064c4423d2a3217080dd8203c3f7b8391c3 (patch) | |
tree | 6d5fd87e6a43bac0802cb904a5c2e445538efe95 /chapter06/perl.xml | |
parent | c21999c677ff9383c9e1220675f76658a1d42438 (diff) |
Making the chapter 6 tests more obviously optional.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3234 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 514b33d62..594d98426 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -36,10 +36,9 @@ program.</para></listitem> <screen><userinput>make</userinput></screen> -<para>This package has a test suite available which can perform a number of -checks to ensure it built correctly. Should you choose to run it, you first -have to create a basic <filename>/etc/hosts</filename> file, needed by a -couple of tests to resolve the name <emphasis>localhost</emphasis>:</para> +<para>If you wish to run the test suite, you first have to create a basic +<filename>/etc/hosts</filename> file, which is needed by a couple of tests to +resolve the name <emphasis>localhost</emphasis>:</para> <screen><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> |