Changeset bae9b6c


Ignore:
Timestamp:
Feb 21, 2006, 2:11:30 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
63ca7338
Parents:
9be8160
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.

Files:
3 edited

Legend:

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

    r9be8160 rbae9b6c  
    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>
  • final-system/multilib/perl-64bit.xml

    r9be8160 rbae9b6c  
    4949    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5050    href="../common/perl.xml"
     51    xpointer="xpointer(//*[@os='a00'])"/>
     52
     53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     54    href="../common/perl.xml"
     55    xpointer="xpointer(//*[@os='a01'])"/>
     56
     57    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     58    href="../common/perl.xml"
    5159    xpointer="xpointer(//*[@os='a'])"/>
    5260
     
    8189    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8290    href="../common/perl.xml"
    83     xpointer="xpointer(//*[@os='f'])"/>
    84 
    85     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    86     href="../common/perl.xml"
    87     xpointer="xpointer(//*[@os='g'])"/>
    88 
    89     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    90     href="../common/perl.xml"
    9191    xpointer="xpointer(//*[@os='h'])"/>
    9292
  • introduction/common/changelog.xml

    r9be8160 rbae9b6c  
    5050          <para>[ken] - Alter gccbug to use mktemp, from LFS.</para>
    5151        </listitem>
     52        <listitem>
     53          <para>[ken] - Move creation of /etc/hosts within Perl instructions,
     54          for repeatability, from LFS.</para>
     55        </listitem>
    5256      </itemizedlist>
    5357    </listitem>
Note: See TracChangeset for help on using the changeset viewer.