source: chapter06/iana-etc.xml@ c5538b3

Last change on this file since c5538b3 was a8f36125, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • (all) Removed all references to the DocBook DTD
  • (docbook.rng) Added the DocBook "Gin" schema
  • (Makefile) Updated with new validation command
  • (prologue/*) Validation fixes

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

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