Changeset 406ca8f in clfs-embedded for BOOK/final-system/common


Ignore:
Timestamp:
Jan 29, 2011, 8:39:37 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
2c5aad4
Parents:
f6137b6
Message:

Updated Iana-Etc to pull new data from IANA

Thanks to Grail Dane (grail69 at hotmail dot com) for pointing out
that Iana-Etc has a built in updating mechanism for getting the newest
copies of /etc/protocols and /etc/services direct from IANA rather
than use the ones found in the tarball.

See mailing list thread:
http://lists.cross-lfs.org/pipermail/clfs-dev-cross-lfs.org/2011-January/000866.html

File:
1 edited

Legend:

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

    rf6137b6 r406ca8f  
    2626    <title>Installation of Iana-Etc</title>
    2727
    28     <para os="a">The following command converts the raw data provided by IANA into
    29     the correct formats for the <filename>/etc/protocols</filename> and
    30     <filename>/etc/services</filename> data files:</para>
     28    <para os="a">The <filename>protocol-numbers.dist</filename> and
     29    <filename>port-numbers.dist</filename> files that come with Iana-Etc
     30    are outdated.  Also, IANA has moved their copy of protocol-numbers.
     31    In order to ensure we use correct and up to date data, first modify the
     32    Makefile and then download the updates:</para>
    3133
    32 <screen os="b"><userinput>make</userinput></screen>
     34<screen os="b"><userinput>sed -i '/file=/s@protocol-numbers@&amp;/&amp;.txt@' Makefile
     35make get</userinput></screen>
    3336
    34     <para os="c">This package does not come with a test suite.</para>
     37    <para os="c">The following command then converts the raw data provided by
     38    IANA into the correct formats for the <filename>/etc/protocols</filename>
     39    and <filename>/etc/services</filename> data files:</para>
    3540
    36     <para os="d">Install the package:</para>
     41<screen os="d"><userinput>make</userinput></screen>
    3742
    38 <screen os="e"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     43    <para os="e">This package does not come with a test suite.</para>
     44
     45    <para os="f">Install the package:</para>
     46
     47<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    3948
    4049  </sect2>
     
    8493
    8594</sect1>
     95
Note: See TracChangeset for help on using the changeset viewer.