Ignore:
Timestamp:
09/22/2018 01:10:28 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
basic
Children:
6397333
Parents:
57e3994
Message:

Updates to Basic BLFS Chapter 3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/basic@20519 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/wget.xml

    r57e3994 racf7e2c  
    7979      <xref role="runtime" linkend="make-ca"/> (runtime)
    8080    </para>
    81 <!--
     81
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional">
    84       <xref linkend="gnutls"/>,
    85       <xref linkend="gpgme"/>,
    86       <xref linkend="perl-http-daemon"/> (for the test suite),
    87       <xref linkend="perl-io-socket-ssl"/> (for the test suite),
    88       <xref linkend="libidn2"/>,
    89       <xref linkend="libpsl"/>,
    90       <xref linkend="pcre"/>,
    91       <xref linkend="python2"/> (built with ssl; for the test suite), and
    92       <xref linkend="valgrind"/> (for the test suite)
    93     </para>
    94 -->
     84      <ulink url="&blfs-book;postlfs/gnutls.html">gnutls</ulink>,
     85      <ulink url="&blfs-book;postlfs/gpgme.html">gpgme</ulink>,
     86      <ulink url="&blfs-book;general/perl-modules.html#perl-http-daemon">
     87        perl-http-daemon</ulink> (for the test suite),
     88      <ulink url="&blfs-book;general/perl-modules.html#perl-io-socket-ssl">
     89        perl-io-socket-ssl"</ulink> (for the test suite),
     90      <ulink url="&blfs-book;general/libidn2.html">libidn2</ulink>,
     91      <ulink url="&blfs-bookd;basicnet/libpsl.html">libpsl</ulink>,
     92      <ulink url="&blfs-book;general/pcre.html">pcre</ulink>,
     93      <xref linkend="python"/> (for the test suite), and
     94      <ulink url="&blfs-book;general/valgrind.html">valgrind</ulink> (for the test suite)
     95    </para>
     96
    9597    <para condition="html" role="usernotes">
    9698      User Notes: <ulink url="&blfs-wiki;/wget"/>
     
    133135    <para>
    134136      <parameter>--with-ssl=openssl</parameter>: This allows the program to use
    135       openssl instead of <!--<xref linkend="gnutls"/>. -->
     137      openssl instead of <ulink url="&blfs-book;postlfs/gnutls.html">gnutls</ulink>.
    136138    </para>
    137139
     
    161163        <primary sortas="e-etc-wgetrc">/etc/wgetrc</primary>
    162164      </indexterm>
    163 
    164 <!--
    165       <para>
    166         If you have installed <xref linkend="make-ca"/> and you want
    167         <application>Wget</application> to use them, as the
    168         <systemitem class="username">root</systemitem> user:
    169       </para>
    170 
    171 <screen role="root"><userinput>echo ca-directory=/etc/ssl/certs >> /etc/wgetrc</userinput></screen>
    172 -->
    173165
    174166    </sect3>
Note: See TracChangeset for help on using the changeset viewer.