mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 07:57:23 +08:00
e7c982eee0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@334 af4574ff-66df-0310-9fd7-8a98e5e911e0
25 lines
641 B
XML
25 lines
641 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 &&
|
|
make REAL_DAEMON_DIR=/usr/sbin linux &&
|
|
cp libwrap.a /usr/lib &&
|
|
cp tcpd.h /usr/include &&
|
|
cp safe_finger /usr/sbin &&
|
|
cp tcpd /usr/sbin &&
|
|
cp tcpdchk /usr/sbin &&
|
|
cp tcpdmatch /usr/sbin &&
|
|
cp try-from /usr/sbin &&
|
|
cp -av *.3 /usr/share/man/man3 &&
|
|
cp -av *.5 /usr/share/man/man5 &&
|
|
cp -av *.8 /usr/share/man/man8
|
|
</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|