Changeset e48ac714


Ignore:
Timestamp:
04/30/2005 11:53:51 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d274d10
Parents:
7b27885e
Message:

Tagged portmap.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3868 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/portmap.xml

    r7b27885e re48ac714  
    1414
    1515<sect1 id="portmap" xreflabel="portmap-&portmap-version;">
    16 <sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
    19 </sect1info>
    20 <?dbhtml filename="portmap.html"?>
    21 <title>portmap-&portmap-version;</title>
    22 <indexterm zone="portmap">
    23 <primary sortas="a-Portmap">Portmap</primary></indexterm>
     16  <?dbhtml filename="portmap.html"?>
     17 
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
     22 
     23  <title>Portmap-&portmap-version;</title>
     24 
     25  <indexterm zone="portmap">
     26    <primary sortas="a-Portmap">Portmap</primary>
     27  </indexterm>
    2428
    25 <sect2>
    26 <title>Introduction to <application>portmap</application></title>
     29  <sect2 role="package">
     30    <title>Introduction to Portmap</title>
    2731
    28 <para>The <application>portmap</application> package is a more secure
    29 replacement for the original SUN <application>portmap</application> package. 
    30 <application>Portmap</application> is used to forward <acronym>RPC</acronym>
    31 requests to <acronym>RPC</acronym> daemons such as <acronym>NFS</acronym>
    32 and <acronym>NIS</acronym>.</para>
     32    <para>The <application>portmap</application> package is a more secure
     33    replacement for the original SUN <application>portmap</application> package. 
     34    <application>Portmap</application> is used to forward RPC requests to RPC
     35    daemons such as NFS and NIS.</para>
     36   
     37    <bridgehead renderas="sect3">Package Information</bridgehead>
     38    <itemizedlist spacing="compact">
     39      <listitem>
     40        <para>Download (HTTP): <ulink url="&portmap-download-http;"/></para>
     41      </listitem>
     42      <listitem>
     43        <para>Download (FTP): <ulink url="&portmap-download-ftp;"/></para>
     44      </listitem>
     45      <listitem>
     46        <para>Download MD5 sum: &portmap-md5sum;</para>
     47      </listitem>
     48      <listitem>
     49        <para>Download size: &portmap-size;</para>
     50      </listitem>
     51      <listitem>
     52        <para>Estimated disk space required: &portmap-buildsize;</para>
     53      </listitem>
     54      <listitem>
     55        <para>Estimated build time: &portmap-time;</para></listitem>
     56    </itemizedlist>
     57   
     58    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     59    <itemizedlist spacing='compact'>
     60      <listitem>
     61        <para>Required Patch: <ulink
     62        url="&patch-root;/portmap-&portmap-version;-compilation_fixes-3.patch"/></para>
     63      </listitem>
     64      <listitem>
     65        <para>Required Patch: <ulink
     66        url="&patch-root;/portmap-&portmap-version;-glibc_errno_fix-1.patch"/></para>
     67      </listitem>
     68    </itemizedlist>
     69   
     70    <bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
     71   
     72    <bridgehead renderas="sect4">Required</bridgehead>
     73    <para><xref linkend="tcpwrappers"/></para>
     74   
     75  </sect2>
     76 
     77  <sect2 role="installation">
     78    <title>Installation of Portmap</title>
    3379
    34 <sect3><title>Package information</title>
    35 <itemizedlist spacing='compact'>
    36 <listitem><para>Download (HTTP): <ulink
    37 url="&portmap-download-http;"/></para></listitem>
    38 <listitem><para>Download (FTP): <ulink
    39 url="&portmap-download-ftp;"/></para></listitem>
    40 <listitem><para>Download MD5 sum: &portmap-md5sum;</para></listitem>
    41 <listitem><para>Download size: &portmap-size;</para></listitem>
    42 <listitem><para>Estimated disk space required:
    43 &portmap-buildsize;</para></listitem>
    44 <listitem><para>Estimated build time:
    45 &portmap-time;</para></listitem></itemizedlist>
    46 </sect3>
     80    <para>Install <application>portmap</application> with the following
     81    commands:</para>
    4782
    48 <sect3><title>Additional downloads</title>
    49 <itemizedlist spacing='compact'>
    50 <listitem><para>Required Patch: <ulink
    51 url="&patch-root;/portmap-&portmap-version;-compilation_fixes-3.patch"/></para>
    52 </listitem>
    53 <listitem><para>Required Patch: <ulink
    54 url="&patch-root;/portmap-&portmap-version;-glibc_errno_fix-1.patch"/></para>
    55 </listitem>
    56 </itemizedlist>
    57 </sect3>
     83<screen><userinput>patch -Np1 -i ../portmap-&portmap-version;-compilation_fixes-3.patch &amp;&amp;
     84patch -Np1 -i ../portmap-&portmap-version;-glibc_errno_fix-1.patch &amp;&amp;
     85make</userinput></screen>
     86   
     87    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    5888
    59 <sect3><title><application>portmap</application> dependencies</title>
    60 <sect4><title>Required</title>
    61 <para><xref linkend="tcpwrappers"/></para>
    62 </sect4>
    63 </sect3>
     89<screen role='root'><userinput>make install</userinput></screen>
    6490
    65 </sect2>
     91    <note>
     92      <para>The above installation places executable <command>portmap</command>
     93      in <filename class="directory">/sbin</filename>. You may choose to move the
     94      file to <filename class="directory">/usr/sbin</filename>. If you do, remember to
     95      modify the bootscript also.</para>
     96    </note>
     97   
     98  </sect2>
     99 
     100  <sect2 role="configuration">
     101    <title>Configuring Portmap</title>
     102   
     103    <sect3  id="portmap-init">
     104      <title>Boot Script</title>
    66105
    67 <sect2>
    68 <title>Installation of <application>portmap</application></title>
     106      <para>Install the <filename>/etc/rc.d/init.d/portmap</filename> init script
     107      included in the <xref linkend="intro-important-bootscripts"/> package.</para>
     108     
     109      <indexterm zone="portmap portmap-init">
     110        <primary sortas="f-portmap">portmap</primary>
     111      </indexterm>
    69112
    70 <para>Install <application>portmap</application> with the following
    71 commands:</para>
     113<screen role="root"><userinput>make install-portmap</userinput></screen>
     114     
     115    </sect3>
     116   
     117  </sect2>
     118 
     119  <sect2 role="content">
     120    <title>Contents</title>
    72121
    73 <screen><userinput><command>patch -Np1 -i ../portmap-&portmap-version;-compilation_fixes-3.patch &amp;&amp;
    74 patch -Np1 -i ../portmap-&portmap-version;-glibc_errno_fix-1.patch &amp;&amp;
    75 make</command></userinput></screen>
    76 
    77 <para>Now, as the root user:</para>
    78 
    79 <screen><userinput role='root'><command>make install</command></userinput></screen>
    80 
    81 <note><para>The above installation places executable
    82 <filename>portmap</filename> in <filename class="directory">/sbin</filename>.
    83 You may choose to move the file to
    84 <filename class="directory">/usr/sbin</filename>. If you do, remember to
    85 modify the bootscript also.</para></note>
    86 
    87 </sect2>
    88 
    89 <sect2>
    90 <title>Configuring <application>portmap</application></title>
    91 
    92 <sect3 id="portmap-init"><title>Boot script</title>
    93 
    94 <para>Install the <filename>/etc/rc.d/init.d/portmap</filename> init script
    95 included in the <xref linkend="intro-important-bootscripts"/> package.</para>
    96 <indexterm zone="portmap portmap-init">
    97 <primary sortas="f-portmap">portmap</primary></indexterm>
    98 
    99 <screen><userinput><command>make install-portmap</command></userinput></screen>
    100 </sect3>
    101 
    102 </sect2>
    103 
    104 <sect2>
    105 <title>Contents</title>
    106 
    107 <segmentedlist>
    108 <segtitle>Installed Programs</segtitle>
    109 <segtitle>Installed Libraries</segtitle>
    110 <segtitle>Installed Directories</segtitle>
    111 
    112 <seglistitem>
    113 <seg>pmap_dump, pmap_set and portmap</seg>
    114 <seg>None</seg>
    115 <seg>None</seg>
    116 </seglistitem>
    117 </segmentedlist>
    118 
    119 <variablelist>
    120 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    121 <?dbfo list-presentation="list"?>
    122 
    123 <varlistentry id="pmap_dump">
    124 <term><command>pmap_dump</command></term>
    125 <listitem><para>saves the port mapping table to an <acronym>ASCII</acronym>
    126 file.</para>
    127 <indexterm zone="portmap pmap_dump">
    128 <primary sortas="b-pmap_dump">pmap_dump</primary>
    129 </indexterm></listitem>
    130 </varlistentry>
    131 
    132 <varlistentry id="pmap_set">
    133 <term><command>pmap_set</command></term>
    134 <listitem><para>restores the port mapping table from an <acronym>ASCII</acronym>
    135 file.</para>
    136 <indexterm zone="portmap pmap_set">
    137 <primary sortas="b-pmap_set">pmap_set</primary>
    138 </indexterm></listitem>
    139 </varlistentry>
    140 
    141 <varlistentry id="portmap-prog">
    142 <term><command>portmap</command></term>
    143 <listitem><para>is an <acronym>RPC</acronym> port mapper.</para>
    144 <indexterm zone="portmap portmap-prog">
    145 <primary sortas="b-portmap">portmap</primary>
    146 </indexterm></listitem>
    147 </varlistentry>
    148 </variablelist>
    149 
    150 </sect2>
     122    <segmentedlist>
     123      <segtitle>Installed Programs</segtitle>
     124      <segtitle>Installed Libraries</segtitle>
     125      <segtitle>Installed Directories</segtitle>
     126     
     127      <seglistitem>
     128        <seg>pmap_dump, pmap_set, and portmap</seg>
     129        <seg>None</seg>
     130        <seg>None</seg>
     131      </seglistitem>
     132    </segmentedlist>
     133   
     134    <variablelist>
     135      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     136      <?dbfo list-presentation="list"?>
     137      <?dbhtml list-presentation="table"?>
     138     
     139      <varlistentry id="pmap_dump">
     140        <term><command>pmap_dump</command></term>
     141        <listitem>
     142          <para>saves the port mapping table to an ASCII file.</para>
     143          <indexterm zone="portmap pmap_dump">
     144            <primary sortas="b-pmap_dump">pmap_dump</primary>
     145          </indexterm>
     146        </listitem>
     147      </varlistentry>
     148     
     149      <varlistentry id="pmap_set">
     150        <term><command>pmap_set</command></term>
     151        <listitem>
     152          <para>restores the port mapping table from an ASCII file.</para>
     153          <indexterm zone="portmap pmap_set">
     154            <primary sortas="b-pmap_set">pmap_set</primary>
     155          </indexterm>
     156        </listitem>
     157      </varlistentry>
     158     
     159      <varlistentry id="portmap-prog">
     160        <term><command>portmap</command></term>
     161        <listitem>
     162          <para>is an RPC port mapper.</para>
     163          <indexterm zone="portmap portmap-prog">
     164            <primary sortas="b-portmap">portmap</primary>
     165          </indexterm>
     166        </listitem>
     167      </varlistentry>
     168     
     169    </variablelist>
     170 
     171  </sect2>
    151172
    152173</sect1>
Note: See TracChangeset for help on using the changeset viewer.