X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ffcron;h=2a6d4934f05ff947bdd9eefe2f6abb497d8a456a;hp=b829fdb35a33a36c2e34615a315bb5a3cb782e42;hb=7b9e5f10cc3982177abffece56f14a7149d82e60;hpb=c8ead4a543859582497e107173c650cec4203d4f diff --git a/lfs/fcron b/lfs/fcron index b829fdb35a..2a6d4934f0 100644 --- a/lfs/fcron +++ b/lfs/fcron @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: fcron,v 1.5.2.5 2006/09/07 00:27:44 franck78 Exp $ -# # ############################################################################### ############################################################################### @@ -36,7 +30,7 @@ VER = 3.0.1 THISAPP = fcron-$(VER) DL_FILE = $(THISAPP).src.tar.gz -DL_FROM = http://fcron.free.fr/archives +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -78,21 +72,21 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure \ + cd $(DIR_APP) && ./configure \ --prefix=/usr \ --disable-nls \ - --without-sendmail \ + --without-sendmail \ --with-spooldir=/var/spool/cron \ --with-fifodir=/var/run \ --with-username=cron \ --with-groupname=cron \ --with-run-non-privileged=no \ - --with-fcrondyn=no \ + --with-fcrondyn=no \ --with-sysfcrontab=no \ --with-boot-install=no \ --with-pam=no \ --with-selinux=no - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install echo "root" > /etc/fcron.allow echo "all" > /etc/fcron.deny