[f03c1f1] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[bd48e48] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[f03c1f1] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-system-iana-etc" role="wrap">
|
---|
| 9 | <?dbhtml filename="iana-etc.html"?>
|
---|
| 10 |
|
---|
[87c02db] | 11 | <title>iana-etc-&iana-etc-version;</title>
|
---|
[f03c1f1] | 12 |
|
---|
| 13 | <indexterm zone="ch-system-iana-etc">
|
---|
[87c02db] | 14 | <primary sortas="a-iana-etc">iana-etc</primary>
|
---|
[f03c1f1] | 15 | </indexterm>
|
---|
| 16 |
|
---|
| 17 | <sect2 role="package">
|
---|
| 18 | <title/>
|
---|
| 19 |
|
---|
[87c02db] | 20 | <para>The iana-etc package provides data for network services and
|
---|
[f03c1f1] | 21 | protocols.</para>
|
---|
| 22 |
|
---|
| 23 | </sect2>
|
---|
| 24 |
|
---|
| 25 | <sect2 role="installation">
|
---|
| 26 | <title>Installation of Iana-Etc</title>
|
---|
| 27 |
|
---|
[87c02db] | 28 | <para os="a">iana-etc comes with outdated data and IANA has changed the
|
---|
[c5ecc1b] | 29 | download location used to obtain up-to-date data. Apply the following patch
|
---|
[3e2104b] | 30 | to correct the download location:</para>
|
---|
[c5ecc1b] | 31 |
|
---|
| 32 | <screen os="b"><userinput>patch -Np1 -i ../&iana-etc-update-patch;</userinput></screen>
|
---|
| 33 |
|
---|
[3e2104b] | 34 | <para>Update the data used to the current IANA lists:
|
---|
[c5ecc1b] | 35 | <screen><userinput>make get</userinput></screen>
|
---|
[3e2104b] | 36 | </para>
|
---|
[c5ecc1b] | 37 |
|
---|
| 38 | <para os="d">The following command converts the raw data provided by IANA into
|
---|
[0afa1e7] | 39 | the correct formats for the <filename>/etc/protocols</filename> and
|
---|
| 40 | <filename>/etc/services</filename> data files:</para>
|
---|
[f03c1f1] | 41 |
|
---|
[d00bc36] | 42 | <screen os="e"><userinput>make STRIP=yes</userinput></screen>
|
---|
[f03c1f1] | 43 |
|
---|
[c5ecc1b] | 44 | <para os="g">Install the package:</para>
|
---|
[f03c1f1] | 45 |
|
---|
[3bbdcf8] | 46 | <screen os="h"><userinput>make DESTDIR=${CLFS}/targetfs install</userinput></screen>
|
---|
[f03c1f1] | 47 |
|
---|
| 48 | </sect2>
|
---|
| 49 |
|
---|
| 50 | <sect2 id="contents-iana-etc" role="content">
|
---|
[87c02db] | 51 | <title>Contents of iana-etc</title>
|
---|
[f03c1f1] | 52 |
|
---|
| 53 | <segmentedlist>
|
---|
| 54 | <segtitle>Installed files</segtitle>
|
---|
| 55 |
|
---|
| 56 | <seglistitem>
|
---|
| 57 | <seg>/etc/protocols and /etc/services</seg>
|
---|
| 58 | </seglistitem>
|
---|
| 59 | </segmentedlist>
|
---|
| 60 |
|
---|
| 61 | <variablelist>
|
---|
| 62 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 63 | <?dbfo list-presentation="list"?>
|
---|
| 64 | <?dbhtml list-presentation="table"?>
|
---|
| 65 |
|
---|
| 66 | <varlistentry id="protocols">
|
---|
| 67 | <term><filename>/etc/protocols</filename></term>
|
---|
| 68 | <listitem>
|
---|
| 69 | <para>Describes the various DARPA Internet protocols that are
|
---|
| 70 | available from the TCP/IP subsystem</para>
|
---|
| 71 | <indexterm zone="ch-system-iana-etc">
|
---|
| 72 | <primary sortas="e-/etc/protocols">/etc/protocols</primary>
|
---|
| 73 | </indexterm>
|
---|
| 74 | </listitem>
|
---|
| 75 | </varlistentry>
|
---|
| 76 |
|
---|
| 77 | <varlistentry id="services">
|
---|
| 78 | <term><filename>/etc/services</filename></term>
|
---|
| 79 | <listitem>
|
---|
| 80 | <para>Provides a mapping between friendly textual names for internet
|
---|
| 81 | services, and their underlying assigned port numbers and protocol
|
---|
| 82 | types</para>
|
---|
| 83 | <indexterm zone="ch-system-iana-etc">
|
---|
| 84 | <primary sortas="e-/etc/services">/etc/services</primary>
|
---|
| 85 | </indexterm>
|
---|
| 86 | </listitem>
|
---|
| 87 | </varlistentry>
|
---|
| 88 |
|
---|
| 89 | </variablelist>
|
---|
| 90 |
|
---|
| 91 | </sect2>
|
---|
| 92 |
|
---|
| 93 | </sect1>
|
---|