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 \