]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Updated frcon to latest stable.
authorChristian Schmidt <maniacikarus@ipfire.org>
Thu, 9 Jul 2009 12:43:19 +0000 (14:43 +0200)
committerChristian Schmidt <maniacikarus@ipfire.org>
Thu, 9 Jul 2009 12:43:19 +0000 (14:43 +0200)
config/rootfiles/core/29/filelists/fcron [new symlink]
doc/packages-list.txt
lfs/fcron

diff --git a/config/rootfiles/core/29/filelists/fcron b/config/rootfiles/core/29/filelists/fcron
new file mode 120000 (symlink)
index 0000000..4a454ea
--- /dev/null
@@ -0,0 +1 @@
+../../../common/fcron
\ No newline at end of file
index 77c1dbde99736a6d48ab512e95457e467f7b1fb5..ea00902028756d3c2f184aa9d756b9cb48ef51ac 100644 (file)
@@ -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
index 1982bed94b0579635abc9b1befa532bf43a7af6b..ae403dcce8a32c93a55c55402fdc06dc5aab5c90 100644 (file)
--- 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        \