iana-etc.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. </sect2>
  26. <sect2 role="installation">
  27. <title>Installation of Iana-Etc</title>
  28. <para>The following command converts the raw data provided by IANA into the
  29. correct formats for the <filename>/etc/protocols</filename> and
  30. <filename>/etc/services</filename> data files:</para>
  31. <screen><userinput>make</userinput></screen>
  32. <para>This package does not come with a test suite.</para>
  33. <para>Install the package:</para>
  34. <screen><userinput>make install</userinput></screen>
  35. </sect2>
  36. <sect2 id="contents-iana-etc" role="content">
  37. <title>Contents of Iana-Etc</title>
  38. <segmentedlist>
  39. <segtitle>Installed files</segtitle>
  40. <seglistitem>
  41. <seg>/etc/protocols and /etc/services</seg>
  42. </seglistitem>
  43. </segmentedlist>
  44. <variablelist>
  45. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  46. <?dbfo list-presentation="list"?>
  47. <?dbhtml list-presentation="table"?>
  48. <varlistentry id="protocols">
  49. <term><filename>/etc/protocols</filename></term>
  50. <listitem>
  51. <para>Describes the various DARPA Internet protocols that are
  52. available from the TCP/IP subsystem</para>
  53. <indexterm zone="ch-system-iana-etc">
  54. <primary sortas="e-/etc/protocols">/etc/protocols</primary>
  55. </indexterm>
  56. </listitem>
  57. </varlistentry>
  58. <varlistentry id="services">
  59. <term><filename>/etc/services</filename></term>
  60. <listitem>
  61. <para>Provides a mapping between friendly textual names for internet
  62. services, and their underlying assigned port numbers and protocol
  63. types</para>
  64. <indexterm zone="ch-system-iana-etc">
  65. <primary sortas="e-/etc/services">/etc/services</primary>
  66. </indexterm>
  67. </listitem>
  68. </varlistentry>
  69. </variablelist>
  70. </sect2>
  71. </sect1>