From a6cbada13ea41e0891d0ab089167ecc40385661b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Nov 2011 14:51:10 +0100 Subject: [PATCH] fcron: Fix permissions of configuration files. Some people had trouble with building the package on Ubuntu 10.10. http://forum.ipfire.org/index.php?topic=5107.msg38692#msg38692 --- lfs/fcron | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/fcron b/lfs/fcron index 38343d4073..d8fe8fbd9c 100644 --- a/lfs/fcron +++ b/lfs/fcron @@ -102,6 +102,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) echo "Place scripts run weekly here ..." > /etc/fcron.weekly/info.txt echo "Place scripts run monthly here ..." > /etc/fcron.monthly/info.txt + chmod 640 /etc/fcron.{conf,allow,deny} /usr/bin/fcrontab $(DIR_SRC)/config/cron/crontab @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.39.2