glfs/basicnet/netprogs/tcpwrappers/tcpwrappers-inst.xml
Larry Lawrence 0f5698f7e5 add tcp-wrappers-7.6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@214 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-09-09 00:14:30 +00:00

22 lines
515 B
XML

<sect2>
<title>Installation of tcpwrappers</title>
<para>.</para>
<para>Install tcpwrappers with the following commands:</para>
<para><screen><userinput>
patch -Np1 -i ../tcp_wrappers_7.6.diff &amp;&amp;
make REAL_DAEMON_DIR=/usr/sbin linux &amp;&amp;
cp libwrap.a /usr/lib &amp;&amp;
cp tcpd.h /usr/include &amp;&amp;
cp safe_finger /usr/sbin &amp;&amp;
cp tcpd /usr/sbin &amp;&amp;
cp tcpdchk /usr/sbin &amp;&amp;
cp tcpdmatch /usr/sbin &amp;&amp;
cp try-from /usr/sbin
</userinput></screen></para>
</sect2>