source: clfs-embedded/BOOK/final-system/common/iana-etc.xml @ d00bc36

Last change on this file since d00bc36 was d00bc36, checked in by Andrew Bradford <andrew@…>, 11 years ago

iana-etc: STRIP

To reduce size.

  • Property mode set to 100644
File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
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
11  <title>Iana-Etc-&iana-etc-version;</title>
12
13  <indexterm zone="ch-system-iana-etc">
14    <primary sortas="a-Iana-Etc">Iana-Etc</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Iana-Etc package provides data for network services and
21    protocols.</para>
22
23  </sect2>
24
25  <sect2 role="installation">
26    <title>Installation of Iana-Etc</title>
27
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
42    the correct formats for the <filename>/etc/protocols</filename> and
43    <filename>/etc/services</filename> data files:</para>
44
45<screen os="e"><userinput>make STRIP=yes</userinput></screen>
46
47    <para os="f">This package does not come with a test suite.</para>
48
49    <para os="g">Install the package:</para>
50
51<screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
52
53  </sect2>
54
55  <sect2 id="contents-iana-etc" role="content">
56    <title>Contents of Iana-Etc</title>
57
58    <segmentedlist>
59      <segtitle>Installed files</segtitle>
60
61      <seglistitem>
62        <seg>/etc/protocols and /etc/services</seg>
63      </seglistitem>
64    </segmentedlist>
65
66    <variablelist>
67      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
68      <?dbfo list-presentation="list"?>
69      <?dbhtml list-presentation="table"?>
70
71      <varlistentry id="protocols">
72        <term><filename>/etc/protocols</filename></term>
73        <listitem>
74          <para>Describes the various DARPA Internet protocols that are
75          available from the TCP/IP subsystem</para>
76          <indexterm zone="ch-system-iana-etc">
77            <primary sortas="e-/etc/protocols">/etc/protocols</primary>
78          </indexterm>
79        </listitem>
80      </varlistentry>
81
82      <varlistentry id="services">
83        <term><filename>/etc/services</filename></term>
84        <listitem>
85          <para>Provides a mapping between friendly textual names for internet
86          services, and their underlying assigned port numbers and protocol
87          types</para>
88          <indexterm zone="ch-system-iana-etc">
89            <primary sortas="e-/etc/services">/etc/services</primary>
90          </indexterm>
91        </listitem>
92      </varlistentry>
93
94    </variablelist>
95
96  </sect2>
97
98</sect1>
Note: See TracBrowser for help on using the repository browser.