add patch to install man pages for tcpwrappers

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@334 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Mark Hymers 2002-10-16 13:50:42 +00:00
parent 58b50afe48
commit e7c982eee0
2 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,10 @@ cp safe_finger /usr/sbin &&
cp tcpd /usr/sbin &&
cp tcpdchk /usr/sbin &&
cp tcpdmatch /usr/sbin &&
cp try-from /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>

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>October 16th, 2002 [markh]: Basicnet - tcpwrappers: Add
patch from Bill to install man-pages.</para></listitem>
<listitem><para>October 16th, 2002 [bruce]: XFree86: Removed
note about hdparm.</para></listitem>