From f19e766a8ee9b64cb06165842bdd56f94f61f1a3 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sun, 24 Jun 2007 13:03:35 +0000 Subject: Add missing colons wherever we expect the builder to key in the userinput. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/perl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/perl.xml') diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 6abe77805..9c9104eee 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -37,7 +37,7 @@ First create a basic /etc/hosts file which will be referenced in one of Perl's configuration files as well as being used used by - the testsuite if you run that. + the testsuite if you run that: echo "127.0.0.1 localhost $(hostname)" > /etc/hosts -- cgit v1.2.3-54-g00ecf