Changeset c5ecc1b in clfs-embedded for BOOK/final-system/common


Ignore:
Timestamp:
Jan 29, 2011, 1:50:07 PM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
912d975
Parents:
21f1019
Message:

Implemented patch for Iana-Etc

Updated book to include the patch for iana-etc and give users the option
of running 'make get' to get even more up to date iana-etc data.

File:
1 edited

Legend:

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

    r21f1019 rc5ecc1b  
    2626    <title>Installation of Iana-Etc</title>
    2727
    28     <para os="a">The following command converts the raw data provided by IANA into
     28    <para os="a">Iana-Etc comes with outdated data and IANA has changed the
     29    download location used to obtain up-to-date data.  Apply the following patch
     30    to use more up to date data and to correct the download location:</para>
     31
     32<screen os="b"><userinput>patch -Np1 -i ../&iana-etc-update-patch;</userinput></screen>
     33
     34    <note os="c">
     35      <para>If you have an internet connection and would like even more up-to-date
     36      data to be used when building Iana-Etc, execute:
     37<screen><userinput>make get</userinput></screen>
     38      </para>
     39    </note>
     40
     41    <para os="d">The following command converts the raw data provided by IANA into
    2942    the correct formats for the <filename>/etc/protocols</filename> and
    3043    <filename>/etc/services</filename> data files:</para>
    3144
    32 <screen os="b"><userinput>make</userinput></screen>
     45<screen os="e"><userinput>make</userinput></screen>
    3346
    34     <para os="c">This package does not come with a test suite.</para>
     47    <para os="f">This package does not come with a test suite.</para>
    3548
    36     <para os="d">Install the package:</para>
     49    <para os="g">Install the package:</para>
    3750
    38 <screen os="e"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     51<screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    3952
    4053  </sect2>
Note: See TracChangeset for help on using the changeset viewer.