From 8a5f9064c4423d2a3217080dd8203c3f7b8391c3 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sat, 7 Feb 2004 10:48:55 +0000 Subject: Making the chapter 6 tests more obviously optional. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3234 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/perl.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chapter06/perl.xml') 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. make -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 /etc/hosts file, needed by a -couple of tests to resolve the name localhost: +If you wish to run the test suite, you first have to create a basic +/etc/hosts file, which is needed by a couple of tests to +resolve the name localhost: echo "127.0.0.1 localhost $(hostname)" > /etc/hosts -- cgit v1.2.3-54-g00ecf