Ignore:
Timestamp:
04/05/2005 08:20:24 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
3b900300
Parents:
88de746
Message:

Updated build entities and added indexing tags to portmap instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/portmap.xml

    r88de746 r0697dc1  
    99  <!ENTITY portmap-md5sum        "781e16ed4487c4caa082c6fef09ead4f">
    1010  <!ENTITY portmap-size          "18 KB">
    11   <!ENTITY portmap-buildsize     "222 KB">
    12   <!ENTITY portmap-time          "0.02 SBU">
     11  <!ENTITY portmap-buildsize     "268 KB">
     12  <!ENTITY portmap-time          "0.01 SBU">
    1313]>
    1414
     
    2020<?dbhtml filename="portmap.html"?>
    2121<title>portmap-&portmap-version;</title>
     22<indexterm zone="portmap">
     23<primary sortas="a-Portmap">Portmap</primary></indexterm>
    2224
    2325<sect2>
     
    7173<screen><userinput><command>patch -Np1 -i ../portmap-&portmap-version;-compilation_fixes-3.patch &amp;&amp;
    7274patch -Np1 -i ../portmap-&portmap-version;-glibc_errno_fix-1.patch &amp;&amp;
    73 make &amp;&amp;
    74 make install</command></userinput></screen>
     75make</command></userinput></screen>
     76
     77<para>Now, as the root user:</para>
     78
     79<screen><userinput role='root'><command>make install</command></userinput></screen>
    7580
    7681<note><para>The above installation places executable
     
    7883You may choose to move the file to
    7984<filename class="directory">/usr/sbin</filename>. If you do, remember to
    80 modify the bootscript.</para></note>
     85modify the bootscript also.</para></note>
    8186
    8287</sect2>
     
    8590<title>Configuring <application>portmap</application></title>
    8691
    87 <sect3><title>Config files</title>
    88 <para><filename>/etc/rc.d/init.d/portmap</filename></para>
    89 </sect3>
     92<sect3 id="portmap-init"><title>Boot script</title>
    9093
    91 <sect3><title>Boot script</title>
    92 
    93 <para>Install the <filename>/etc/rc.d/init.d/portmap</filename>
    94 init script included in the
    95 <xref linkend="intro-important-bootscripts"/> package.</para>
     94<para>Install the <filename>/etc/rc.d/init.d/portmap</filename> init script
     95included in the <xref linkend="intro-important-bootscripts"/> package.</para>
     96<indexterm zone="portmap portmap-init">
     97<primary sortas="f-portmap">portmap</primary></indexterm>
    9698
    9799<screen><userinput><command>make install-portmap</command></userinput></screen>
    98 
    99100</sect3>
    100101
     
    104105<title>Contents</title>
    105106
    106 <para>The <application>portmap</application> package contains
    107 <command>portmap</command>,
    108 <command>pmap_dump</command> and
    109 <command>pmap_set</command>.</para>
    110 </sect2>
     107<segmentedlist>
     108<segtitle>Installed Programs</segtitle>
     109<segtitle>Installed Libraries</segtitle>
     110<segtitle>Installed Directories</segtitle>
    111111
    112 <sect2><title>Description</title>
     112<seglistitem>
     113<seg>pmap_dump, pmap_set and portmap</seg>
     114<seg>None</seg>
     115<seg>None</seg>
     116</seglistitem>
     117</segmentedlist>
    113118
    114 <sect3><title>portmap</title>
    115 <para><command>portmap</command> is the <acronym>RPC</acronym> port mapper.
    116 </para></sect3>
     119<variablelist>
     120<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     121<?dbfo list-presentation="list"?>
    117122
    118 <sect3><title>pmap_dump</title>
    119 <para><command>pmap_dump</command> saves the port mapping table to an
    120 <acronym>ASCII</acronym> file.</para></sect3>
     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>
     126file.</para>
     127<indexterm zone="portmap pmap_dump">
     128<primary sortas="b-pmap_dump">pmap_dump</primary>
     129</indexterm></listitem>
     130</varlistentry>
    121131
    122 <sect3><title>pmap_set</title>
    123 <para><command>pmap_set</command> restores the port mapping table from an
    124 <acronym>ASCII</acronym> file.</para></sect3>
     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>
     135file.</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
    125150</sect2>
    126151
Note: See TracChangeset for help on using the changeset viewer.