From 5765b1dfabff0fa23b3f76790f091e1dd64b1840 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sun, 5 Oct 2003 21:51:26 +0000 Subject: Minor tweaks. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2925 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/basic-net.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/basic-net.xml b/chapter06/basic-net.xml index dc419ecd0..8b537a76e 100644 --- a/chapter06/basic-net.xml +++ b/chapter06/basic-net.xml @@ -9,8 +9,8 @@ some high-quality network information files. The first step is to create /etc/hosts. This file contains information allowing resolution of host names to IP addresses. -Create a very basic one (we'll make a better one later) with the following -command: +Create a very basic one (we'll make a better one later, but Perl needs it now +for doing some tests) with the following command: echo "127.0.0.1 $(hostname) localhost" > /etc/hosts -- cgit v1.2.3-54-g00ecf