Updated frcon to latest stable.

This commit is contained in:
Christian Schmidt
2009-07-09 14:43:19 +02:00
parent d1bfcaba9e
commit bd1d45fc30
3 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1 @@
../../../common/fcron

View 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

View File

@@ -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 \