Changeset b600019


Ignore:
Timestamp:
07/20/2004 06:08:01 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
169987d0
Parents:
3f037be
Message:

Fixed tcp_wrappers to build using GCC-3.4.x

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2478 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/tcpwrappers.xml

    r3f037be rb600019  
    4141<ulink url="&patch-root;/tcp_wrappers-&tcpwrappers-version;-shared_lib_plus_plus-1.patch"/></para>
    4242</listitem>
     43<listitem><para>Required Patch (If compiled using <application>GCC</application>-3.4.x):
     44<ulink url="&patch-root;/tcp_wrappers-&tcpwrappers-version;-gcc34-1.patch"/></para>
     45</listitem>
    4346</itemizedlist>
    4447</sect3>
     
    5356
    5457<screen><userinput><command>patch -Np1 -i ../tcp_wrappers-&tcpwrappers-version;-shared_lib_plus_plus-1.patch &amp;&amp;
     58patch -Np1 -i ../tcp_wrappers-&tcpwrappers-version;-gcc34-1.patch &amp;&amp;
    5559make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux &amp;&amp;
    5660make install</command></userinput></screen>
     
    7882<note><para>The finger server is used as an example here.</para></note>
    7983
    80 <para>Similar changes must be made if xinetd is used, with the emphasis being
    81 on calling <command>/usr/sbin/tcpd</command> instead of calling the service
    82 daemon directly, and passing the name of the service daemon to tcpd.</para>
     84<para>Similar changes must be made if <application>xinetd</application> is
     85used, with the emphasis being on calling <command>/usr/sbin/tcpd</command>
     86instead of calling the service daemon directly, and passing the name of the
     87service daemon to <command>tcpd</command>.</para>
    8388</sect3>
    8489
     
    9095<para>The <application>tcpwrappers</application> package contains <command>
    9196tcpd</command>, <command>tcpdchk</command>, <command>tcpdmatch</command>,
    92 <command>try-from</command> and <command>safe_finger</command>.</para>
     97<command>try-from</command>, <command>safe_finger</command> and the
     98<filename class='libraryfile'>libwrap</filename> libraries.</para>
    9399</sect2>
    94100
     
    102108
    103109<sect3><title>tcpdchk</title>
    104 <para><command>tcpdchk</command> is a tool to examine a tcpd wrapper
    105 configuration and report problems with it.</para></sect3>
     110<para><command>tcpdchk</command> is a tool to examine a <command>tcpd</command>
     111wrapper configuration and report problems with it.</para></sect3>
    106112
    107113<sect3><title>tcpdmatch</title>
     
    114120
    115121<sect3><title>safe_finger</title>
    116 <para><command>safe_finger</command> is a wrapper for the <command>finger
    117 </command> utility, to provide automatic reverse name lookups.</para></sect3>
     122<para><command>safe_finger</command> is a wrapper for the
     123<command>finger</command> utility, to provide automatic reverse name
     124lookups.</para></sect3>
    118125
    119126</sect2>
  • general.ent

    r3f037be rb600019  
    1 <!ENTITY day          "18">
     1<!ENTITY day          "20">
    22<!ENTITY month        "07">
    33<!ENTITY year         "2004">
  • introduction/welcome/changelog.xml

    r3f037be rb600019  
    1919<itemizedlist>
    2020
     21<listitem><para>July 20th, 2004 [randy]: Fixed tcp_wrappers instructions to
     22build using GCC-3.4.x.</para></listitem>
     23
    2124<listitem><para>July 18th, 2004 [archaic]: Added vsFTPD
    2225instructions</para></listitem>
Note: See TracChangeset for help on using the changeset viewer.