Changeset 99a99c6 for general


Ignore:
Timestamp:
01/21/2013 06:40:05 AM (11 years ago)
Author:
Thomas Trepl <thomas@…>
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:
f8edbebd
Parents:
9301a07
Message:

Upgrade to version 3.1.1 (#3743) and fix an issue with --without-sendmail (#3661)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/fcron.xml

    r9301a07 r99a99c6  
    77  <!ENTITY fcron-download-http "http://fcron.free.fr/archives/fcron-&fcron-version;.src.tar.gz">
    88  <!ENTITY fcron-download-ftp "ftp://ftp.seul.org/pub/fcron/fcron-&fcron-version;.src.tar.gz">
    9   <!ENTITY fcron-md5sum "69ebcb41921e2a282f41ebecb3a27053">
    10   <!ENTITY fcron-size "540 KB">
     9  <!ENTITY fcron-md5sum "230b91f308e6012957a3a71a94f03838">
     10  <!ENTITY fcron-size "583 KB">
    1111  <!ENTITY fcron-buildsize "3.6 MB">
    1212  <!ENTITY fcron-time "0.1 SBU">
     
    108108<screen role="root"><userinput>groupadd -g 22 fcron &amp;&amp;
    109109useradd -d /dev/null -c "Fcron User" -g fcron -s /bin/false -u 22 fcron</userinput></screen>
     110
     111    <para><application>Fcron</application> does not handle the <option>--without-sendmail</option>
     112    option correctly. Fix it by running he following commands:</para>
     113   
     114<screen><userinput>sed -i.bak 's/x"$USE_SENDMAIL" != x ;/x"$USE_SENDMAIL" != x0 ;/' configure &amp;&amp;
     115sed -i.bak '/clear_forcemail(cl->cl_option);/d' fileconf.c</userinput></screen>
    110116
    111117    <para>Install <application>Fcron</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.