mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
dbed00df54
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1172 af4574ff-66df-0310-9fd7-8a98e5e911e0
22 lines
684 B
XML
22 lines
684 B
XML
<sect2>
|
|
<title>Installation of <application>tcpwrappers</application></title>
|
|
|
|
<para>Install <application>tcpwrappers</application> with the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>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</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|