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 841e825e7ba07fd704c2ccd1601a2a2237576884 (commit) from 76b59637b9b184cbae9e6db758ec19dedb995fa6 (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 841e825e7ba07fd704c2ccd1601a2a2237576884 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 22 19:07:34 2011 +0100
fcron: disable mails.
-----------------------------------------------------------------------
Summary of changes: config/cron/crontab | 2 +- config/rootfiles/core/45/update.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/cron/crontab b/config/cron/crontab index 7fa37ea..5cca1fa 100644 --- a/config/cron/crontab +++ b/config/cron/crontab @@ -3,7 +3,7 @@ # SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin -MAILTO=root +MAILTO= HOME=/
# Do all jobs in this directories diff --git a/config/rootfiles/core/45/update.sh b/config/rootfiles/core/45/update.sh index d227791..80201c5 100644 --- a/config/rootfiles/core/45/update.sh +++ b/config/rootfiles/core/45/update.sh @@ -35,6 +35,10 @@ killall vpn-watch #Extract files extract_files
+# Remove disable cron mails... +sed "s|MAILTO=root|MAILTO=|g" < /var/spool/cron/root.orig > /var/tmp/root.tmp +fcrontab /var/tmp/root.tmp + # #Start services echo Starting Proxy
hooks/post-receive -- IPFire 2.x development tree