From: Michael Tremer Date: Fri, 4 Nov 2011 13:51:10 +0000 (+0100) Subject: fcron: Fix permissions of configuration files. X-Git-Tag: v2.9-core54~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6cbada13ea41e0891d0ab089167ecc40385661b;p=people%2Fstevee%2Fipfire-2.x.git 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 --- 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)