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

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

r1023@server (orig r1021): chris | 2006-01-08 00:36:31 -0800
Rewrote description of build process and test suite info, and added mention of test suites to some packages.

  • 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>Coreutils, Gawk, and 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">This package does not come with a test suite.</para>
43
44    <para os="d">Install the package:</para>
45
46<screen os="e"><userinput>make install</userinput></screen>
47
48  </sect2>
49
50  <sect2 id="contents-iana-etc" role="content">
51    <title>Contents of Iana-Etc</title>
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>
Note: See TracBrowser for help on using the repository browser.