Ignore:
Timestamp:
04/06/2003 05:54:24 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d306467
Parents:
d10f793
Message:

more edits....

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

Location:
basicnet/netprogs/tcpwrappers
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/tcpwrappers/tcpwrappers-config.xml

    rd10f793 r03cbf55  
    33
    44<sect3><title>Config files</title>
    5 <para><userinput>/etc/hosts.allow, /etc/hosts.deny,
    6 </userinput></para>
     5<para><userinput>/etc/hosts.allow</userinput>, <userinput>/etc/hosts.deny</userinput></para>
    76
    87<para>File protections: the wrapper, all files used by the wrapper,
     
    1413Then perform the following edits on the
    1514<filename>/etc/inetd.conf</filename> configuration file :
    16 <screen><userinput>
    17 finger stream tcp nowait nobody /usr/sbin/in.fingerd in.fingerd
    18 </userinput></screen>
     15<screen><userinput>finger stream tcp nowait nobody /usr/sbin/in.fingerd in.fingerd</userinput></screen>
    1916becomes:
    20 <screen><userinput>
    21 finger stream tcp nowait nobody /usr/sbin/tcpd in.fingerd
    22 </userinput></screen></para>
     17<screen><userinput>finger stream tcp nowait nobody /usr/sbin/tcpd in.fingerd</userinput></screen></para>
    2318<note><para>The finger server is used as an example here.</para></note>
    2419<para>Similar changes must be made if xinetd is used, with the
  • basicnet/netprogs/tcpwrappers/tcpwrappers-inst.xml

    rd10f793 r03cbf55  
    11<sect2>
    22<title>Installation of tcpwrappers</title>
    3 
    4 <para>.</para>
    53
    64<para>Install tcpwrappers with the following commands:</para>
  • basicnet/netprogs/tcpwrappers/tcpwrappers-intro.xml

    rd10f793 r03cbf55  
    22<title>Introduction to tcpwrappers</title>
    33
    4 <screen>
    5 Download location (HTTP):       <ulink url="&tcpwrappers-download-http;"/>
     4<screen>Download location (HTTP):       <ulink url="&tcpwrappers-download-http;"/>
     5Download loacation (FTP):       <ulink url="&tcpwrappers-download-ftp;"/>
    66Version used:                   &tcpwrappers-version;
    77Package size:                   &tcpwrappers-size;
    8 Estimated Disk space required:  &tcpwrappers-buildsize;</screen>
    9 
    10 <para>Required patch</para>
    11 
     8Estimated Disk space required:  &tcpwrappers-buildsize;
     9Estimated build time:           &tcpwrappers-time;</screen>
    1210<screen>
    13 Download location (HTTP):        <ulink url="&tcpwrappers-patch-http;"/>
    14 </screen>
     11Required patch:
     12Download location (HTTP):        <ulink url="&tcpwrappers-patch-http;"/></screen>
    1513
    1614<para>The tcpwrappers package provides daemon wrapper programs that
  • basicnet/netprogs/tcpwrappers/tcpwrappers.ent

    rd10f793 r03cbf55  
    77<!ENTITY tcpwrappers-buildsize "720 KB">
    88<!ENTITY tcpwrappers-version "7.6">
    9 
    109<!ENTITY tcpwrappers-download-http "http://files.ichilton.co.uk/nfs/tcp_wrappers_7.6.tar.gz">
     10<!ENTITY tcpwrappers-download-ftp "">
    1111<!ENTITY tcpwrappers-patch-http "http://files.ichilton.co.uk/nfs/tcp_wrappers_7.6.diff.gz">
    1212<!ENTITY tcpwrappers-size "100 KB">
Note: See TracChangeset for help on using the changeset viewer.