Ignore:
Timestamp:
05/30/2005 09:27:18 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
1065a91
Parents:
5d5ced00
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/tcpwrappers.xml

    r5d5ced00 r17e6d48  
    3030    <title>Introduction to Tcpwrappers</title>
    3131
    32       <para>The <application>tcpwrappers</application> package provides daemon 
    33       wrapper programs that report the name of the client requesting network 
     32      <para>The <application>tcpwrappers</application> package provides daemon
     33      wrapper programs that report the name of the client requesting network
    3434      services and the requested service.</para>
    3535
     
    5959    <itemizedlist spacing='compact'>
    6060      <listitem>
    61         <para>Required Patch (Fixes some build issues and adds building of a 
    62         shared library): <ulink 
     61        <para>Required Patch (Fixes some build issues and adds building of a
     62        shared library): <ulink
    6363        url="&patch-root;/tcp_wrappers-&tcpwrappers-version;-shared_lib_plus_plus-1.patch"/></para>
    6464      </listitem>
     
    7070    <title>Installation of Tcpwrappers</title>
    7171
    72     <para>Install <application>tcpwrappers</application> with the following 
     72    <para>Install <application>tcpwrappers</application> with the following
    7373    commands:</para>
    7474
     
    8686    <title>Command Explanations</title>
    8787
    88     <para><command>sed -i -e ... scaffold.c</command>: This command removes an 
    89     obsolete C declaration which causes the build to fail if using 
     88    <para><command>sed -i -e ... scaffold.c</command>: This command removes an
     89    obsolete C declaration which causes the build to fail if using
    9090    <application>GCC-3.4.x</application>.</para>
    9191
     
    9898      <title>Config Files</title>
    9999
    100       <para><filename>/etc/hosts.allow</filename> and 
     100      <para><filename>/etc/hosts.allow</filename> and
    101101      <filename>/etc/hosts.deny</filename></para>
    102102
     
    114114      555). Do not install the wrapper set-uid.</para>
    115115
    116       <para>As the <systemitem class="username">root</systemitem> user, 
     116      <para>As the <systemitem class="username">root</systemitem> user,
    117117      perform the following edits on the
    118118      <filename>/etc/inetd.conf</filename> configuration file:</para>
     
    132132      </note>
    133133
    134       <para>Similar changes must be made if <application>xinetd</application> is 
     134      <para>Similar changes must be made if <application>xinetd</application> is
    135135      used, with the emphasis being on calling <command>/usr/sbin/tcpd</command>
    136       instead of calling the service daemon directly, and passing the name of the 
     136      instead of calling the service daemon directly, and passing the name of the
    137137      service daemon to <command>tcpd</command>.</para>
    138138
     
    168168        <term><command>tcpd</command></term>
    169169        <listitem>
    170           <para>is the main access control daemon for all Internet services, 
     170          <para>is the main access control daemon for all Internet services,
    171171          which <command>inetd</command> or <command>xinetd</command>
    172172          will run instead of running the requested service daemon.</para>
     
    180180        <term><command>tcpdchk</command></term>
    181181        <listitem>
    182           <para>is a tool to examine a <command>tcpd</command> wrapper 
     182          <para>is a tool to examine a <command>tcpd</command> wrapper
    183183          configuration and report problems with it.</para>
    184184          <indexterm zone="tcpwrappers tcpdchk">
     
    191191        <term><command>tcpdmatch</command></term>
    192192        <listitem>
    193           <para>is used to predict how the TCP wrapper 
     193          <para>is used to predict how the TCP wrapper
    194194          would handle a specific request for a service.</para>
    195195          <indexterm zone="tcpwrappers tcpdmatch">
     
    202202        <term><command>try-from</command></term>
    203203        <listitem>
    204           <para>can be called via a remote shell command to find out if the 
     204          <para>can be called via a remote shell command to find out if the
    205205          host name and address are properly recognized.</para>
    206206          <indexterm zone="tcpwrappers try-from">
     
    213213        <term><command>safe_finger</command></term>
    214214        <listitem>
    215           <para>is a wrapper for the <command>finger</command> utility, to 
     215          <para>is a wrapper for the <command>finger</command> utility, to
    216216          provide automatic reverse name lookups.</para>
    217217          <indexterm zone="tcpwrappers safe_finger">
     
    224224        <term><filename class='libraryfile'>libwrap.[so,a]</filename></term>
    225225        <listitem>
    226           <para>contains the API functions required by 
    227           the <application>tcpwrappers</application> programs as well as other programs 
     226          <para>contains the API functions required by
     227          the <application>tcpwrappers</application> programs as well as other programs
    228228          to become <quote><application>tcpwrappers</application>-aware</quote>.</para>
    229229          <indexterm zone="tcpwrappers libwrap">
Note: See TracChangeset for help on using the changeset viewer.