glfs/basicnet/netprogs/portmap/portmap-inst.xml
Tushar Teredesai b3662c48ed Rename portmap patch to avoid confusion with the previous one
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1462 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-11-01 03:23:53 +00:00

18 lines
669 B
XML

<sect2>
<title>Installation of <application>portmap</application></title>
<para>Install <application>portmap</application> with the following commands:</para>
<screen><userinput><command>patch -Np1 -i ../portmap-5beta-compilation-fixes-2.patch &amp;&amp;
patch -Np1 -i ../portmap-5beta-glibc-errno-fix.patch &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<note><para>The above installation places executable <filename>portmap</filename>
in <filename class="directory">/sbin</filename>. You may choose to move the file
to <filename class="directory">/usr/sbin</filename>. If you do, remember to
modify the bootscript.</para></note>
</sect2>