source: chapter06/iana-etc.xml@ 29723b9

Last change on this file since 29723b9 was 6a0e6f3, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • Remove the spurious <info> tags that I thought were necessary but evidently aren't

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

  • Property mode set to 100644
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<section xmlns="http://docbook.org/docbook-ng"
7 xml:id="ch-system-iana-etc" xreflabel="Iana-Etc" role="wrap">
8<title>Iana-Etc-&iana-etc-version;</title>
9<?dbhtml filename="iana-etc.html"?>
10
11<indexterm zone="ch-system-iana-etc"><primary sortas="a-Iana-Etc">Iana-Etc</primary></indexterm>
12
13<section role="package"><title/>
14<para>The Iana-Etc package provides data for network services and protocols.</para>
15
16<segmentedlist>
17<segtitle>&buildtime;</segtitle>
18<segtitle>&diskspace;</segtitle>
19<seglistitem><seg>0.1 SBU</seg><seg>641 KB</seg></seglistitem>
20</segmentedlist>
21
22<para>The installation dependencies for Iana-Etc haven't been checked yet.</para>
23
24</section>
25
26<section role="installation">
27<title>Installation of Iana-Etc</title>
28
29<para>Parse the data:</para>
30
31<screen><userinput>make</userinput></screen>
32
33<para>Now install it:</para>
34
35<screen><userinput>make install</userinput></screen>
36
37</section>
38
39
40<section xml:id="contents-iana-etc" role="content"><title>Contents of Iana-Etc</title>
41
42<segmentedlist>
43<segtitle>Installed files</segtitle>
44<seglistitem><seg>protocols, services</seg></seglistitem>
45</segmentedlist>
46
47<indexterm zone="ch-system-iana-etc"><primary sortas="e-/etc/protocols">/etc/protocols</primary></indexterm>
48
49<indexterm zone="ch-system-iana-etc"><primary sortas="e-/etc/services">/etc/services</primary></indexterm>
50
51</section>
52
53
54</section>
Note: See TracBrowser for help on using the repository browser.