From bd1d45fc3085c9d616dee8eaf0097d55edde2169 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Thu, 9 Jul 2009 14:43:19 +0200 Subject: [PATCH] Updated frcon to latest stable. --- config/rootfiles/core/29/filelists/fcron | 1 + doc/packages-list.txt | 2 +- lfs/fcron | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 120000 config/rootfiles/core/29/filelists/fcron diff --git a/config/rootfiles/core/29/filelists/fcron b/config/rootfiles/core/29/filelists/fcron new file mode 120000 index 000000000..4a454ea21 --- /dev/null +++ b/config/rootfiles/core/29/filelists/fcron @@ -0,0 +1 @@ +../../../common/fcron \ No newline at end of file diff --git a/doc/packages-list.txt b/doc/packages-list.txt index 77c1dbde9..ea0090202 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -96,7 +96,7 @@ * expat-2.0.0 * ez-ipupdate-3.0.11b8 * fbset-2.1 -* fcron-3.0.1 +* fcron-3.0.4 * feedparser-4.1 * fetchmail-6.3.9 * ffmpeg-export-2008-04-13 diff --git a/lfs/fcron b/lfs/fcron index 1982bed94..ae403dcce 100644 --- a/lfs/fcron +++ b/lfs/fcron @@ -24,7 +24,7 @@ include Config -VER = 3.0.1 +VER = 3.0.4 THISAPP = fcron-$(VER) DL_FILE = $(THISAPP).src.tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8e5dcb3a646c11294294895954ef0a48 +$(DL_FILE)_MD5 = 5a26a1dfd91fdc7e87401e98aef870e6 install : $(TARGET) @@ -76,6 +76,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --without-sendmail \ --with-spooldir=/var/spool/cron \ --with-fifodir=/var/run \ + --sysconfdir=/etc \ --with-username=cron \ --with-groupname=cron \ --with-run-non-privileged=no \ -- 2.39.2