glfs/basicnet/netprogs/portmap/portmap-inst.xml
Larry Lawrence dbed00df54 portmap and tcpwrappers intro update
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1172 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-23 03:35:53 +00:00

14 lines
395 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_5-1.diff &amp;&amp;
patch -Np1 -i ../portmap_5-errno.patch &amp;&amp;
mkdir /usr/share/doc/portmap &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>