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, master has been updated via 6be2813368cc8a8cad9499aee525bc94afd087a9 (commit) from 72cdb5176542a71f3316529d722702a3c938e5c8 (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 6be2813368cc8a8cad9499aee525bc94afd087a9 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Apr 30 10:57:14 2014 +0200
fcron: fix /var/spool/cron permissions.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/77/update.sh | 1 + src/initscripts/init.d/fcron | 1 + 2 files changed, 2 insertions(+)
Difference in files: diff --git a/config/rootfiles/core/77/update.sh b/config/rootfiles/core/77/update.sh index 0078abd..e19237f 100644 --- a/config/rootfiles/core/77/update.sh +++ b/config/rootfiles/core/77/update.sh @@ -399,6 +399,7 @@ if [ -e /var/ipfire/qos/enable ]; then /usr/local/bin/qosctrl start fi
+chown cron:cron /var/spool/cron # Update crontab cat <<EOF >> /var/spool/cron/root.orig
diff --git a/src/initscripts/init.d/fcron b/src/initscripts/init.d/fcron index 00a70bd..0260d4a 100644 --- a/src/initscripts/init.d/fcron +++ b/src/initscripts/init.d/fcron @@ -13,6 +13,7 @@ case "$1" in start) boot_mesg "Starting fcron..." + chown cron:cron /var/spool/cron loadproc /usr/sbin/fcron -y # remove -y to reenable fcron logging ;;
hooks/post-receive -- IPFire 2.x development tree