2002-09-09 08:14:30 +08:00
|
|
|
<sect2>
|
2003-09-23 11:35:53 +08:00
|
|
|
<title>Installation of <application>tcpwrappers</application></title>
|
2002-09-09 08:14:30 +08:00
|
|
|
|
2003-09-23 11:35:53 +08:00
|
|
|
<para>Install <application>tcpwrappers</application> with the following
|
|
|
|
commands:</para>
|
2002-09-09 08:14:30 +08:00
|
|
|
|
2003-09-23 11:35:53 +08:00
|
|
|
<screen><userinput><command>patch -Np1 -i ../tcp_wrappers_7.6.diff &&
|
2002-09-09 08:14:30 +08:00
|
|
|
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 &&
|
2002-10-16 21:50:42 +08:00
|
|
|
cp try-from /usr/sbin &&
|
|
|
|
cp -av *.3 /usr/share/man/man3 &&
|
|
|
|
cp -av *.5 /usr/share/man/man5 &&
|
2003-09-23 11:35:53 +08:00
|
|
|
cp -av *.8 /usr/share/man/man8</command></userinput></screen>
|
2002-09-09 08:14:30 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|