source: chapter06/iana-etc.xml@ 0ce8c18

multilib-10.1
Last change on this file since 0ce8c18 was 1fa2099, checked in by Thomas Trepl <thomas@…>, 5 years ago

Initial creation of multilib branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.9 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 <sect1info condition="script">
12 <productname>iana-etc</productname>
13 <productnumber>&iana-etc-version;</productnumber>
14 <address>&iana-etc-url;</address>
15 </sect1info>
16
17 <title>Iana-Etc-&iana-etc-version;</title>
18
19 <indexterm zone="ch-system-iana-etc">
20 <primary sortas="a-Iana-Etc">Iana-Etc</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The Iana-Etc package provides data for network services and
27 protocols.</para>
28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32
33 <seglistitem>
34 <seg>&iana-etc-ch6-sbu;</seg>
35 <seg>&iana-etc-ch6-du;</seg>
36 </seglistitem>
37 </segmentedlist>
38
39 </sect2>
40
41 <sect2 role="installation">
42 <title>Installation of Iana-Etc</title>
43
44 <para>The following command converts the raw data provided by IANA into the
45 correct formats for the <filename>/etc/protocols</filename> and
46 <filename>/etc/services</filename> data files:</para>
47
48<screen><userinput remap="make">make</userinput></screen>
49
50 <para>This package does not come with a test suite.</para>
51
52 <para>Install the package:</para>
53
54<screen><userinput remap="install">make install</userinput></screen>
55
56 </sect2>
57
58 <sect2 id="contents-iana-etc" role="content">
59 <title>Contents of Iana-Etc</title>
60
61 <segmentedlist>
62 <segtitle>Installed files</segtitle>
63
64 <seglistitem>
65 <seg>/etc/protocols and /etc/services</seg>
66 </seglistitem>
67 </segmentedlist>
68
69 <variablelist>
70 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
71 <?dbfo list-presentation="list"?>
72 <?dbhtml list-presentation="table"?>
73
74 <varlistentry id="protocols">
75 <term><filename>/etc/protocols</filename></term>
76 <listitem>
77 <para>Describes the various DARPA Internet protocols that are
78 available from the TCP/IP subsystem</para>
79 <indexterm zone="ch-system-iana-etc">
80 <primary sortas="e-/etc/protocols">/etc/protocols</primary>
81 </indexterm>
82 </listitem>
83 </varlistentry>
84
85 <varlistentry id="services">
86 <term><filename>/etc/services</filename></term>
87 <listitem>
88 <para>Provides a mapping between friendly textual names for internet
89 services, and their underlying assigned port numbers and protocol
90 types</para>
91 <indexterm zone="ch-system-iana-etc">
92 <primary sortas="e-/etc/services">/etc/services</primary>
93 </indexterm>
94 </listitem>
95 </varlistentry>
96
97 </variablelist>
98
99 </sect2>
100
101</sect1>
Note: See TracBrowser for help on using the repository browser.