iana-etc.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-iana-etc" role="wrap">
  7. <title>Iana-Etc-&iana-etc-version;</title>
  8. <?dbhtml filename="iana-etc.html"?>
  9. <indexterm zone="ch-system-iana-etc"><primary sortas="a-Iana-Etc">Iana-Etc</primary></indexterm>
  10. <sect2 role="package"><title/>
  11. <para>The Iana-Etc package provides data for network services and protocols.</para>
  12. <segmentedlist>
  13. <segtitle>&buildtime;</segtitle>
  14. <segtitle>&diskspace;</segtitle>
  15. <seglistitem><seg>0.1 SBU</seg><seg>2.0 MB</seg></seglistitem>
  16. </segmentedlist>
  17. <segmentedlist>
  18. <segtitle>&dependencies;</segtitle>
  19. <seglistitem><seg>Make</seg></seglistitem>
  20. </segmentedlist>
  21. </sect2>
  22. <sect2 role="installation">
  23. <title>Installation of Iana-Etc</title>
  24. <para>The following command converts the raw data provided by IANA into the
  25. correct formats for the <filename>/etc/protocols</filename> and
  26. <filename>/etc/services</filename> data files:</para>
  27. <screen><userinput>make</userinput></screen>
  28. <para>This package does not come with a test suite.</para>
  29. <para>Install the package:</para>
  30. <screen><userinput>make install</userinput></screen>
  31. </sect2>
  32. <sect2 id="contents-iana-etc" role="content"><title>Contents of Iana-Etc</title>
  33. <segmentedlist>
  34. <segtitle>Installed files</segtitle>
  35. <seglistitem><seg>/etc/protocols and /etc/services</seg></seglistitem>
  36. </segmentedlist>
  37. <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
  38. <?dbfo list-presentation="list"?>
  39. <?dbhtml list-presentation="table"?>
  40. <varlistentry id="protocols">
  41. <term><filename>/etc/protocols</filename></term>
  42. <listitem>
  43. <para>Describes the various DARPA Internet protocols that are
  44. available from the TCP/IP subsystem</para>
  45. <indexterm zone="ch-system-iana-etc"><primary sortas="e-/etc/protocols">/etc/protocols</primary></indexterm>
  46. </listitem>
  47. </varlistentry>
  48. <varlistentry id="services">
  49. <term><filename>/etc/services</filename></term>
  50. <listitem>
  51. <para>Provides a mapping between friendly textual names for internet
  52. services, and their underlying assigned port numbers and protocol
  53. types</para>
  54. <indexterm zone="ch-system-iana-etc"><primary sortas="e-/etc/services">/etc/services</primary></indexterm>
  55. </listitem>
  56. </varlistentry>
  57. </variablelist>
  58. </sect2>
  59. </sect1>