This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via dd89e75ad3d1332c7a7bb0d1eda4aae8ccb86b1a (commit) from 0f1c4de9a91669e149efb3e631c4b4acc71660f9 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit dd89e75ad3d1332c7a7bb0d1eda4aae8ccb86b1a Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Nov 4 14:51:10 2011 +0100
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
-----------------------------------------------------------------------
Summary of changes: lfs/fcron | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Difference in files: diff --git a/lfs/fcron b/lfs/fcron index 38343d4..d8fe8fb 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)
hooks/post-receive -- IPFire 2.x development tree