Ignore:
Timestamp:
02/11/2005 10:17:38 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.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fdcfc4cf
Parents:
28ce643
Message:

Added md5sums to Chapter 20 packages; changed FTP download URL's in Pine and NcFTP instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/procmail.xml

    r28ce643 r55c657e  
    77  <!ENTITY procmail-download-http "http://www.procmail.org/procmail-&procmail-version;.tar.gz">
    88  <!ENTITY procmail-download-ftp  "ftp://ftp.procmail.net/pub/procmail/procmail-&procmail-version;.tar.gz">
     9  <!ENTITY procmail-md5sum        "1678ea99b973eb77eda4ecf6acae53f1">
    910  <!ENTITY procmail-size          "338 KB">
    1011  <!ENTITY procmail-buildsize     "1.5 MB">
     
    2324<title>Introduction to <application>Procmail</application></title>
    2425
    25 <para>The <application>Procmail</application> package contains an autonomous mail processor. This
    26 is useful for filtering and sorting incoming mail.</para>
     26<para>The <application>Procmail</application> package contains an autonomous
     27mail processor. This is useful for filtering and sorting incoming mail.</para>
    2728
    2829<sect3><title>Package information</title>
     
    3233<listitem><para>Download (FTP): <ulink
    3334url="&procmail-download-ftp;"/></para></listitem>
     35<listitem><para>Download MD5 sum: &procmail-md5sum;</para></listitem>
    3436<listitem><para>Download size: &procmail-size;</para></listitem>
    3537<listitem><para>Estimated disk space required:
     
    3941</sect3>
    4042
    41 
    4243</sect2>
    4344
     
    4546<title>Installation of <application>Procmail</application></title>
    4647
    47 <para>Install <application>Procmail</application> by running the following commands:</para>
     48<para>Install <application>Procmail</application> by running the following
     49commands:</para>
    4850
    4951<screen><userinput><command>make LOCKINGTEST=/tmp install &amp;&amp;
     
    5557<title>Command explanations</title>
    5658
    57 <para><command>make LOCKINGTEST=/tmp install</command>: This prevents make from
    58 asking you where to test file-locking patterns.</para>
     59<para><command>make LOCKINGTEST=/tmp install</command>: This prevents
     60<command>make</command> from asking you where to test file-locking
     61patterns.</para>
    5962
    6063<para><command>make install-suid</command>: Modifies permissions of
     
    8285<title>Contents</title>
    8386
    84 <para>The <application>Procmail</application> package contains <command>procmail</command>, <command>formail</command>, <command>lockfile</command> and <command>mailstat</command>.</para>
     87<para>The <application>Procmail</application> package contains
     88<command>procmail</command>,
     89<command>formail</command>,
     90<command>lockfile</command> and
     91<command>mailstat</command>.</para>
    8592
    8693</sect2>
     
    9097<sect3><title>procmail</title>
    9198<para><command>procmail</command> is an autonomous mail processor.  It performs
    92 all the functions of a <acronym>MDA</acronym> (Mail Delivery Agent).</para></sect3>
     99all the functions of a <acronym>MDA</acronym> (Mail Delivery
     100Agent).</para></sect3>
    93101
    94102<sect3><title>formail</title>
Note: See TracChangeset for help on using the changeset viewer.