From 99a99c666c50fd2682b0d88072778469e4f3266a Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Mon, 21 Jan 2013 06:40:05 +0000 Subject: [PATCH] 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 --- general.ent | 2 +- general/sysutils/fcron.xml | 10 ++++++++-- introduction/welcome/changelog.xml | 3 +++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/general.ent b/general.ent index 9a30fa39ed..c220b73d4a 100644 --- a/general.ent +++ b/general.ent @@ -360,7 +360,7 @@ export -f as_root - + diff --git a/general/sysutils/fcron.xml b/general/sysutils/fcron.xml index b70f77eaa5..58fdacd816 100644 --- a/general/sysutils/fcron.xml +++ b/general/sysutils/fcron.xml @@ -6,8 +6,8 @@ - - + + ]> @@ -108,6 +108,12 @@ EOF groupadd -g 22 fcron && useradd -d /dev/null -c "Fcron User" -g fcron -s /bin/false -u 22 fcron + Fcron does not handle the + option correctly. Fix it by running he following commands: + +sed -i.bak 's/x"$USE_SENDMAIL" != x ;/x"$USE_SENDMAIL" != x0 ;/' configure && +sed -i.bak '/clear_forcemail(cl->cl_option);/d' fileconf.c + Install Fcron by running the following commands: diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index fe5e842fae..c0f71dad51 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -60,6 +60,9 @@ [krejzi] - Xorg Intel Driver 2.20.19. + + [thomas] - fcron 3.1.1. +