Author: thomas
Date: 2013-01-20 23:40:05 -0700 (Sun, 20 Jan 2013)
New Revision: 10957

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/sysutils/fcron.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Upgrade to version 3.1.1 (#3743) and fix an issue with --without-sendmail 
(#3661)


Modified: trunk/BOOK/general/sysutils/fcron.xml
===================================================================
--- trunk/BOOK/general/sysutils/fcron.xml       2013-01-20 17:35:44 UTC (rev 
10956)
+++ trunk/BOOK/general/sysutils/fcron.xml       2013-01-21 06:40:05 UTC (rev 
10957)
@@ -6,8 +6,8 @@
 
   <!ENTITY fcron-download-http 
"http://fcron.free.fr/archives/fcron-&fcron-version;.src.tar.gz";>
   <!ENTITY fcron-download-ftp 
"ftp://ftp.seul.org/pub/fcron/fcron-&fcron-version;.src.tar.gz";>
-  <!ENTITY fcron-md5sum "69ebcb41921e2a282f41ebecb3a27053">
-  <!ENTITY fcron-size "540 KB">
+  <!ENTITY fcron-md5sum "230b91f308e6012957a3a71a94f03838">
+  <!ENTITY fcron-size "583 KB">
   <!ENTITY fcron-buildsize "3.6 MB">
   <!ENTITY fcron-time "0.1 SBU">
 ]>
@@ -108,6 +108,12 @@
 <screen role="root"><userinput>groupadd -g 22 fcron &amp;&amp;
 useradd -d /dev/null -c "Fcron User" -g fcron -s /bin/false -u 22 
fcron</userinput></screen>
 
+    <para><application>Fcron</application> does not handle the 
<option>--without-sendmail</option>
+    option correctly. Fix it by running he following commands:</para>
+    
+<screen><userinput>sed -i.bak 's/x"$USE_SENDMAIL" != x ;/x"$USE_SENDMAIL" != 
x0 ;/' configure &amp;&amp;
+sed -i.bak '/clear_forcemail(cl->cl_option);/d' fileconf.c</userinput></screen>
+
     <para>Install <application>Fcron</application> by running the following
     commands:</para>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2013-01-20 17:35:44 UTC (rev 10956)
+++ trunk/BOOK/general.ent      2013-01-21 06:40:05 UTC (rev 10957)
@@ -360,7 +360,7 @@
 <!ENTITY dbus-glib-version            "0.100">
 <!ENTITY dbus-python-version          "1.1.1">
 <!ENTITY eject-version                "2.1.5">
-<!ENTITY fcron-version                "3.0.6">
+<!ENTITY fcron-version                "3.1.1">
 <!ENTITY gpm-version                  "1.20.7">
 <!ENTITY hdparm-version               "9.42">
 <!ENTITY ibus-version                 "1.5.1">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2013-01-20 17:35:44 UTC 
(rev 10956)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2013-01-21 06:40:05 UTC 
(rev 10957)
@@ -60,6 +60,9 @@
         <listitem>
           <para>[krejzi] - Xorg Intel Driver 2.20.19.</para>
         </listitem>
+        <listitem>
+          <para>[thomas] - fcron 3.1.1.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to