Ignore:
Timestamp:
02/12/2005 02:51:10 AM (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:
0bfe309a
Parents:
fdcfc4cf
Message:

Added md5sums to Chapter 21 packages

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/exim.xml

    rfdcfc4cf r793c1ba  
    77<!ENTITY exim-download-http "http://www.exim.org/ftp/exim4/exim-&exim-version;.tar.bz2">
    88<!ENTITY exim-download-ftp "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2">
     9<!ENTITY exim-md5sum "f8f646d4920660cb5579becd9265a3bf">
    910<!ENTITY exim-size "1.4 MB">
    1011<!ENTITY exim-buildsize "14.9 MB">
     
    3334<listitem><para>Download (FTP):
    3435<ulink url="&exim-download-ftp;"/></para></listitem>
     36<listitem><para>Download MD5 sum:
     37&exim-md5sum;</para></listitem>
    3538<listitem><para>Download size:
    3639&exim-size;</para></listitem>
     
    7780<command>exim</command> daemon:</para>
    7881
    79 <para>If you have Berkeley DB installed, apply
    80 the following patch:</para>
    81 
    82 <screen><userinput><command>patch -Np1 -i ../exim-&exim-version;-db43-1.patch</command></userinput></screen>
    83 
    8482<screen><userinput><command>groupadd exim &amp;&amp;
    8583useradd -d /dev/null -c "Exim Daemon" -g exim -s /bin/false exim</command></userinput></screen>
     84
     85<para>If you have <application>Berkeley <acronym>DB</acronym></application>
     86installed, apply the following patch:</para>
     87
     88<screen><userinput><command>patch -Np1 -i ../exim-&exim-version;-db43-1.patch</command></userinput></screen>
    8689
    8790<para>Install <application>Exim</application> with the following
Note: See TracChangeset for help on using the changeset viewer.