iana-etc.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. <sect1 id="ch-system-iana-etc" role="wrap">
  8. <?dbhtml filename="iana-etc.html"?>
  9. <title>Iana-Etc-&iana-etc-version;</title>
  10. <indexterm zone="ch-system-iana-etc">
  11. <primary sortas="a-Iana-Etc">Iana-Etc</primary>
  12. </indexterm>
  13. <sect2 role="package">
  14. <title/>
  15. <para>The Iana-Etc package provides data for network services and
  16. protocols.</para>
  17. <segmentedlist>
  18. <segtitle>&buildtime;</segtitle>
  19. <segtitle>&diskspace;</segtitle>
  20. <seglistitem>
  21. <seg>0.1 SBU</seg>
  22. <seg>2.0 MB</seg>
  23. </seglistitem>
  24. </segmentedlist>
  25. <segmentedlist>
  26. <segtitle>&dependencies;</segtitle>
  27. <seglistitem>
  28. <seg>Coreutils, Gawk, and Make</seg>
  29. </seglistitem>
  30. </segmentedlist>
  31. </sect2>
  32. <sect2 role="installation">
  33. <title>Installation of Iana-Etc</title>
  34. <para>The following command converts the raw data provided by IANA into the
  35. correct formats for the <filename>/etc/protocols</filename> and
  36. <filename>/etc/services</filename> data files:</para>
  37. <screen><userinput>make</userinput></screen>
  38. <para>This package does not come with a test suite.</para>
  39. <para>Install the package:</para>
  40. <screen><userinput>make install</userinput></screen>
  41. </sect2>
  42. <sect2 id="contents-iana-etc" role="content">
  43. <title>Contents of Iana-Etc</title>
  44. <segmentedlist>
  45. <segtitle>Installed files</segtitle>
  46. <seglistitem>
  47. <seg>/etc/protocols and /etc/services</seg>
  48. </seglistitem>
  49. </segmentedlist>
  50. <variablelist>
  51. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  52. <?dbfo list-presentation="list"?>
  53. <?dbhtml list-presentation="table"?>
  54. <varlistentry id="protocols">
  55. <term><filename>/etc/protocols</filename></term>
  56. <listitem>
  57. <para>Describes the various DARPA Internet protocols that are
  58. available from the TCP/IP subsystem</para>
  59. <indexterm zone="ch-system-iana-etc">
  60. <primary sortas="e-/etc/protocols">/etc/protocols</primary>
  61. </indexterm>
  62. </listitem>
  63. </varlistentry>
  64. <varlistentry id="services">
  65. <term><filename>/etc/services</filename></term>
  66. <listitem>
  67. <para>Provides a mapping between friendly textual names for internet
  68. services, and their underlying assigned port numbers and protocol
  69. types</para>
  70. <indexterm zone="ch-system-iana-etc">
  71. <primary sortas="e-/etc/services">/etc/services</primary>
  72. </indexterm>
  73. </listitem>
  74. </varlistentry>
  75. </variablelist>
  76. </sect2>
  77. </sect1>