Changeset 946ca2d for final-system


Ignore:
Timestamp:
Sep 10, 2006, 10:26:49 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
104bdba9
Parents:
52e16a9
Message:

Fixed telnet 255.255.255.255 issue with patch

Location:
final-system
Files:
2 edited

Legend:

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

    r52e16a9 r946ca2d  
    3535
    3636<screen os="p4"><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen>
     37
     38    <para os="p5">This patch addresses an issue where telnet on certain machines will
     39    only send to 255.255.255.255. This was due to change in the way glibc handles
     40    inet_addr. Apply the following patch to correct this issue:</para>
     41
     42<screen os="p6"><userinput>patch -Np1 -i ../&inetutils-fixes-patch;</userinput></screen>
    3743
    3844    <para os="a">Prepare Inetutils for compilation:</para>
  • final-system/multilib/inetutils.xml

    r52e16a9 r946ca2d  
    3737    href="../common/inetutils.xml"
    3838    xpointer="xpointer(//*[@os='p4'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../common/inetutils.xml"
     42    xpointer="xpointer(//*[@os='p5'])"/>
     43
     44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     45    href="../common/inetutils.xml"
     46    xpointer="xpointer(//*[@os='p6'])"/>
    3947
    4048    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.