Ignore:
Timestamp:
Feb 21, 2006, 2:11:30 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
170e4116
Parents:
bcaa438
Message:

r1070@server (orig r1068): ken | 2006-01-13 06:15:18 -0800
Move creation of /etc/hosts within Perl instructions, last of my current batch of fixes from LFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/perl.xml

    rbcaa438 r0b1aa01  
    3535    <title>Installation of Perl</title>
    3636
     37    <para os="a00">Before starting to configure, create a basic
     38    <filename>/etc/hosts</filename> file which will be referenced in one
     39    of Perl's configuration files as well as being used used by the testsuite
     40    if you run that.</para>
     41
     42<screen os="a01"><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
     43
    3744    <para os="a">To have full control over the way Perl is set up, run the
    3845    interactive <command>Configure</command> script and hand-pick the way
     
    5764
    5865<screen os="e"><userinput>make</userinput></screen>
    59 
    60     <para os="f">To run the test suite, first create a basic
    61     <filename>/etc/hosts</filename> file which is needed by a couple of
    62     the tests to resolve the network name localhost:</para>
    63 
    64 <screen os="g"><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
    6566
    6667    <para os="h">Now run the tests, if desired:</para>
Note: See TracChangeset for help on using the changeset viewer.