Changeset bc6e56d for networking


Ignore:
Timestamp:
08/01/2012 12:04:22 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
2da85d11
Parents:
f2d2b62
Message:

Removed TCP Wrappers. Inkscape 0.48.3.1 and VLC 2.0.3.

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

Location:
networking/netprogs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/nfs-utils.xml

    rf2d2b62 rbc6e56d  
    7070       <xref linkend="rpcbind"/> (Runtime dependency)
    7171     </para>
    72 
    73     <bridgehead renderas="sect4">Optional</bridgehead>
    74     <para role="optional">
    75       <xref linkend="tcpwrappers"/>
    76     </para>
    7772
    7873    <bridgehead renderas="sect4">Optional for NFSv4 Support</bridgehead>
     
    183178
    184179    <para><parameter>--without-tcp-wrappers</parameter>: This option is
    185     only needed if the optional <xref linkend="tcpwrappers"/> is not installed.</para>
     180    needed because TCP Wrappers is not in BLFS.</para>
    186181
    187182  </sect2>
     
    237232          sortas="e-etc-sysconfig-nfs-server">/etc/sysconfig/nfs-server</primary>
    238233        </indexterm>
    239 
    240       </sect4>
    241 
    242       <sect4 id="nfs-utils-server-wrappers-support">
    243         <title>tcpwrappers Configuration</title>
    244 
    245         <para>If you have <xref linkend="tcpwrappers"/> installed and there
    246         is a restrictive <filename>/etc/hosts.deny</filename> file, ensure you
    247         have an entry in the <filename>/etc/hosts.allow</filename> file for access
    248         from the rpcbind daemon. See the man page in section 5 for hosts_access for
    249         details on creating appropriate rules.</para>
    250234
    251235      </sect4>
  • networking/netprogs/rpcbind.xml

    rf2d2b62 rbc6e56d  
    6565    </para>
    6666
    67     <bridgehead renderas="sect4">Optional</bridgehead>
    68     <para role="required">
    69       <xref linkend="tcpwrappers"/>
    70     </para>
    71 
    7267    <para condition="html" role="usernotes">User Notes:
    7368    <ulink url="&blfs-wiki;/rpcbind"/></para>
     
    112107
    113108<screen role="root"><userinput>make install-rpcbind</userinput></screen>
    114 
    115 
    116       <note><para>If you build <application>rpcbind</application> with
    117       <xref linkend="tcpwrappers"/>, be sure to allow it in
    118       <filename>/etc/hosts.allow</filename>. For example:</para>
    119 
    120 <screen><userinput>rpcbind:  127.0.0.1</userinput></screen></note>
    121109
    122110    </sect3>
Note: See TracChangeset for help on using the changeset viewer.