Changeset 17d22d99


Ignore:
Timestamp:
05/14/2006 04:07:12 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
df203d6
Parents:
68196987
Message:

Changed the reference of tcpwrappers to the name used by the package author; TCP Wrapper

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/tcpwrappers.xml

    r68196987 r17d22d99  
    55  %general-entities;
    66
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    197  <!ENTITY tcpwrappers-download-http "http://files.ichilton.co.uk/nfs/tcp_wrappers_&tcpwrappers-version;.tar.gz">
    208  <!ENTITY tcpwrappers-download-ftp  "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_&tcpwrappers-version;.tar.gz">
     
    2210  <!ENTITY tcpwrappers-size          "97 KB">
    2311  <!ENTITY tcpwrappers-buildsize     "1.09 MB">
    24   <!ENTITY tcpwrappers-time          "0.03 SBU">
     12  <!ENTITY tcpwrappers-time          "less than 0.1 SBU">
    2513]>
    2614
    27 <sect1 id="tcpwrappers" xreflabel="tcpwrappers-&tcpwrappers-version;">
     15<sect1 id="tcpwrappers" xreflabel="TCP Wrapper-&tcpwrappers-version;">
    2816  <?dbhtml filename="tcpwrappers.html"?>
    2917
     
    3725  </sect1info>
    3826
    39   <title>Tcpwrappers-&tcpwrappers-version;</title>
     27  <title>TCP Wrapper-&tcpwrappers-version;</title>
    4028
    4129  <indexterm zone="tcpwrappers">
    42    <primary sortas="a-Tcpwrappers">Tcpwrappers</primary>
     30   <primary sortas="a-TCP Wrapper">TCP Wrapper</primary>
    4331  </indexterm>
    4432
    4533  <sect2 role="package">
    46     <title>Introduction to Tcpwrappers</title>
    47 
    48       <para>The <application>tcpwrappers</application> package provides daemon
     34    <title>Introduction to TCP Wrapper</title>
     35
     36      <para>The <application>TCP Wrapper</application> package provides daemon
    4937      wrapper programs that report the name of the client requesting network
    5038      services and the requested service.</para>
     
    7563    <itemizedlist spacing='compact'>
    7664      <listitem>
    77         <para>Required Patch (Fixes some build issues and adds building of a
     65        <para>Required Patch (Fixes some build issues and adds building a
    7866        shared library): <ulink
    7967        url="&patch-root;/tcp_wrappers-&tcpwrappers-version;-shared_lib_plus_plus-1.patch"/></para>
     
    8775
    8876  <sect2 role="installation">
    89     <title>Installation of Tcpwrappers</title>
    90 
    91     <para>Install <application>tcpwrappers</application> with the following
     77    <title>Installation of TCP Wrapper</title>
     78
     79    <para>Install <application>TCP Wrapper</application> with the following
    9280    commands:</para>
    9381
     
    9684make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux</userinput></screen>
    9785
     86    <para>This package does not come with a test suite.</para>
     87
    9888    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9989
     
    10797    <para><command>sed -i -e ... scaffold.c</command>: This command removes an
    10898    obsolete C declaration which causes the build to fail if using
    109     <application>GCC-3.4.x</application>.</para>
     99    <application>GCC >= 3.4.x</application>.</para>
    110100
    111101  </sect2>
    112102
    113103  <sect2 role="configuration">
    114     <title>Configuring Tcpwrappers</title>
     104    <title>Configuring TCP Wrapper</title>
    115105
    116106    <sect3 id="tcpwrappers-config">
     
    244234        <listitem>
    245235          <para>contains the API functions required by
    246           the <application>tcpwrappers</application> programs as well as other programs
    247           to become <quote><application>tcpwrappers</application>-aware</quote>.</para>
     236          the <application>TCP Wrapper</application> programs as well as other programs
     237          to become <quote><application>TCP Wrapper</application>-aware</quote>.</para>
    248238          <indexterm zone="tcpwrappers libwrap">
    249239            <primary sortas="c-libwrap">libwrap.{so,a}</primary>
     
    257247
    258248</sect1>
    259 
Note: See TracChangeset for help on using the changeset viewer.