mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 00:48:19 +08:00
22 lines
515 B
XML
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 &&
|
||
|
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
|
||
|
</userinput></screen></para>
|
||
|
|
||
|
</sect2>
|
||
|
|