source: clfs-sysroot/BOOK/final-system/common/iana-etc.xml@ c21857e

Last change on this file since c21857e was c439b8a, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Updated CLFS-Sysroot book sources to use DocBook-XML DTD 4.5.

  • Property mode set to 100644
File size: 2.4 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">The following command converts the raw data provided by IANA into
29 the correct formats for the <filename>/etc/protocols</filename> and
30 <filename>/etc/services</filename> data files:</para>
31
32<screen os="b"><userinput>make</userinput></screen>
33
34 <para os="c">Install the package:</para>
35
36<screen os="d"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
37
38 </sect2>
39
40 <sect2 id="contents-iana-etc" role="content">
41 <title>Contents of Iana-Etc</title>
42
43 <segmentedlist>
44 <segtitle>Installed files</segtitle>
45
46 <seglistitem>
47 <seg>/etc/protocols and /etc/services</seg>
48 </seglistitem>
49 </segmentedlist>
50
51 <variablelist>
52 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
53 <?dbfo list-presentation="list"?>
54 <?dbhtml list-presentation="table"?>
55
56 <varlistentry id="protocols">
57 <term><filename>/etc/protocols</filename></term>
58 <listitem>
59 <para>Describes the various DARPA Internet protocols that are
60 available from the TCP/IP subsystem</para>
61 <indexterm zone="ch-system-iana-etc">
62 <primary sortas="e-/etc/protocols">/etc/protocols</primary>
63 </indexterm>
64 </listitem>
65 </varlistentry>
66
67 <varlistentry id="services">
68 <term><filename>/etc/services</filename></term>
69 <listitem>
70 <para>Provides a mapping between friendly textual names for internet
71 services, and their underlying assigned port numbers and protocol
72 types</para>
73 <indexterm zone="ch-system-iana-etc">
74 <primary sortas="e-/etc/services">/etc/services</primary>
75 </indexterm>
76 </listitem>
77 </varlistentry>
78
79 </variablelist>
80
81 </sect2>
82
83</sect1>
Note: See TracBrowser for help on using the repository browser.