mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Added an FTP download URL and modified the references to itself in the libESMTP instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5273 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
665c751f02
commit
56e19d6c37
@ -5,14 +5,14 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libesmtp-download-http "http://www.stafford.uklinux.net/libesmtp/libesmtp-&libesmtp-version;.tar.bz2">
|
||||
<!ENTITY libesmtp-download-ftp " ">
|
||||
<!ENTITY libesmtp-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libesmtp-&libesmtp-version;.tar.bz2">
|
||||
<!ENTITY libesmtp-md5sum "c07aa79293aa36298626fe5e68d6bfba">
|
||||
<!ENTITY libesmtp-size "270 KB">
|
||||
<!ENTITY libesmtp-buildsize "6.9 MB">
|
||||
<!ENTITY libesmtp-time "0.16 SBU">
|
||||
<!ENTITY libesmtp-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libesmtp" xreflabel="libesmtp-&libesmtp-version;">
|
||||
<sect1 id="libesmtp" xreflabel="libESMTP-&libesmtp-version;">
|
||||
<?dbhtml filename="libesmtp.html"?>
|
||||
|
||||
<sect1info>
|
||||
@ -20,17 +20,17 @@
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>Libesmtp-&libesmtp-version;</title>
|
||||
<title>libESMTP-&libesmtp-version;</title>
|
||||
|
||||
<indexterm zone="libesmtp">
|
||||
<primary sortas="a-Libesmtp">Libesmtp</primary>
|
||||
<primary sortas="a-libESMTP">libESMTP</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Libesmtp</title>
|
||||
<title>Introduction to libESMTP</title>
|
||||
|
||||
<para>The <application>libesmtp</application> package contains the
|
||||
<application>libesmtp</application> libraries which are used by some programs
|
||||
<para>The <application>libESMTP</application> package contains the
|
||||
<application>libESMTP</application> libraries which are used by some programs
|
||||
to manage email submission to a mail transport layer.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
@ -55,7 +55,7 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Libesmtp Dependencies</bridgehead>
|
||||
<bridgehead renderas="sect3">libESMTP Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para><xref linkend="openssl"/></para>
|
||||
@ -63,9 +63,9 @@
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Libesmtp</title>
|
||||
<title>Installation of libESMTP</title>
|
||||
|
||||
<para>Install <application>libesmtp</application> by running the following
|
||||
<para>Install <application>libESMTP</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
@ -89,7 +89,7 @@ make</userinput></screen>
|
||||
|
||||
<seglistitem>
|
||||
<seg>libesmtp-config</seg>
|
||||
<seg>libesmtp.[so,a] and <application>libesmtp</application>
|
||||
<seg>libesmtp.[so,a] and <application>libESMTP</application>
|
||||
SASL plugins</seg>
|
||||
<seg>/usr/lib/esmtp-plugins</seg>
|
||||
</seglistitem>
|
||||
@ -104,7 +104,7 @@ make</userinput></screen>
|
||||
<term><command>libesmtp-config</command></term>
|
||||
<listitem>
|
||||
<para>displays version information and the options used to
|
||||
compile <application>libesmtp</application>.</para>
|
||||
compile <application>libESMTP</application>.</para>
|
||||
<indexterm zone="libesmtp libesmtp-config">
|
||||
<primary sortas="b-libesmtp-config">libesmtp-config</primary>
|
||||
</indexterm>
|
||||
|
Loading…
Reference in New Issue
Block a user