source: chapter06/iana-etc.xml@ 254e080

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 254e080 was 254e080, checked in by Archaic <archaic@…>, 18 years ago

Updated to iana-etc-2.10.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7578 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

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