diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-05 21:51:26 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-05 21:51:26 +0000 |
commit | 5765b1dfabff0fa23b3f76790f091e1dd64b1840 (patch) | |
tree | f7549670d0063adfc1f34cd87d7e18362c33c376 /chapter06 | |
parent | 022d450a6d290f81e24c6ce61ab320ceed48f368 (diff) |
Minor tweaks.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2925 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/basic-net.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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.</para> <para>The first step is to create <filename>/etc/hosts</filename>. 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:</para> +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:</para> <para><screen><userinput>echo "127.0.0.1 $(hostname) localhost" > /etc/hosts</userinput></screen></para> |