mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
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:
parent
58b50afe48
commit
e7c982eee0
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user