source: BOOK/final-system/common/iana-etc.xml@ d87123b

clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since d87123b was 265d4fe, checked in by William Harrington <kb0iic@…>, 12 years ago

Add get fix patch to note.

  • Property mode set to 100644
File size: 3.1 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 <note os="p1">
29 <para>This package has the option of downloading updated data when internet access is available. If /etc/resolv.conf has a nameserver entry and internet access is available at this step, then apply the IANA get patch and get the updated data:
30<screen><userinput>patch -Np1 -i ../&iana-etc-get_fix-patch;</userinput></screen>
31<screen><userinput>make get</userinput></screen>
32Do not apply the following patch.</para>
33 </note>
34
35 <para os="p2">The following patch updates the services and protocol files:</para>
36
37<screen os="p3"><userinput>patch -Np1 -i ../&iana-etc-numbers_update-patch;</userinput></screen>
38
39 <para os="a">The following command converts the raw data provided by IANA into
40 the correct formats for the <filename>/etc/protocols</filename> and
41 <filename>/etc/services</filename> data files:</para>
42
43<screen os="b"><userinput>make</userinput></screen>
44
45 <para os="c">This package does not come with a test suite.</para>
46
47 <para os="d">Install the package:</para>
48
49<screen os="e"><userinput>make install</userinput></screen>
50
51 </sect2>
52
53 <sect2 id="contents-iana-etc" role="content">
54 <title>Contents of Iana-Etc</title>
55
56 <segmentedlist>
57 <segtitle>Installed files</segtitle>
58
59 <seglistitem>
60 <seg>/etc/protocols and /etc/services</seg>
61 </seglistitem>
62 </segmentedlist>
63
64 <variablelist>
65 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
66 <?dbfo list-presentation="list"?>
67 <?dbhtml list-presentation="table"?>
68
69 <varlistentry id="protocols">
70 <term><filename>/etc/protocols</filename></term>
71 <listitem>
72 <para>Describes the various DARPA Internet protocols that are
73 available from the TCP/IP subsystem</para>
74 <indexterm zone="ch-system-iana-etc">
75 <primary sortas="e-/etc/protocols">/etc/protocols</primary>
76 </indexterm>
77 </listitem>
78 </varlistentry>
79
80 <varlistentry id="services">
81 <term><filename>/etc/services</filename></term>
82 <listitem>
83 <para>Provides a mapping between friendly textual names for internet
84 services, and their underlying assigned port numbers and protocol
85 types</para>
86 <indexterm zone="ch-system-iana-etc">
87 <primary sortas="e-/etc/services">/etc/services</primary>
88 </indexterm>
89 </listitem>
90 </varlistentry>
91
92 </variablelist>
93
94 </sect2>
95
96</sect1>
Note: See TracBrowser for help on using the repository browser.