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

Last change on this file since f1a8441 was e6423a01, checked in by Jim Gifford <clfs@…>, 19 years ago

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


  • Property mode set to 100644
File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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 <segmentedlist>
24 <segtitle>&dependencies;</segtitle>
25
26 <seglistitem>
27 <seg>Make</seg>
28 </seglistitem>
29 </segmentedlist>
30
31 </sect2>
32
33 <sect2 role="installation">
34 <title>Installation of Iana-Etc</title>
35
36 <para os="a">The following command converts the raw data provided by IANA into
37 the correct formats for the <filename>/etc/protocols</filename> and
38 <filename>/etc/services</filename> data files:</para>
39
40<screen os="b"><userinput>make</userinput></screen>
41
42 <para os="c">Install the package:</para>
43
44<screen os="d"><userinput>make install</userinput></screen>
45
46 </sect2>
47
48 <sect2 id="contents-iana-etc" role="content">
49 <title>Contents of Iana-Etc</title>
50
51 <segmentedlist>
52 <segtitle>Installed files</segtitle>
53
54 <seglistitem>
55 <seg>/etc/protocols and /etc/services</seg>
56 </seglistitem>
57 </segmentedlist>
58
59 <variablelist>
60 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
61 <?dbfo list-presentation="list"?>
62 <?dbhtml list-presentation="table"?>
63
64 <varlistentry id="protocols">
65 <term><filename>/etc/protocols</filename></term>
66 <listitem>
67 <para>Describes the various DARPA Internet protocols that are
68 available from the TCP/IP subsystem</para>
69 <indexterm zone="ch-system-iana-etc">
70 <primary sortas="e-/etc/protocols">/etc/protocols</primary>
71 </indexterm>
72 </listitem>
73 </varlistentry>
74
75 <varlistentry id="services">
76 <term><filename>/etc/services</filename></term>
77 <listitem>
78 <para>Provides a mapping between friendly textual names for internet
79 services, and their underlying assigned port numbers and protocol
80 types</para>
81 <indexterm zone="ch-system-iana-etc">
82 <primary sortas="e-/etc/services">/etc/services</primary>
83 </indexterm>
84 </listitem>
85 </varlistentry>
86
87 </variablelist>
88
89 </sect2>
90
91</sect1>
Note: See TracBrowser for help on using the repository browser.