]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
fixed fcron buildscript
authorManiacikarus <maniacikarus@ipfire.org>
Mon, 27 Oct 2008 21:19:13 +0000 (22:19 +0100)
committerManiacikarus <maniacikarus@ipfire.org>
Mon, 27 Oct 2008 21:19:13 +0000 (22:19 +0100)
lfs/fcron

index 480f8236770563d807b456b23a57e0c997ea3be1..1982bed94b0579635abc9b1befa532bf43a7af6b 100644 (file)
--- a/lfs/fcron
+++ b/lfs/fcron
@@ -91,8 +91,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        chmod u-s /usr/bin/fcrontab /usr/bin/fcronsighup
        mkdir -p /etc/fcron.minutely /etc/fcron.cyclic /etc/fcron.hourly \
                /etc/fcron.daily /etc/fcron.weekly /etc/fcron.monthly
-       cp -vf $(DIR_CONF)/cron/minutely/* /etc/fcron.minutely
-       chmod -v 755 /etc/fcron.minutely/*
        /usr/bin/fcrontab $(DIR_SRC)/config/cron/crontab
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)