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 d89eab6d695b14607512de9896f9ab9e8c825c90 (commit) from 0a3c4cf02b75d4c717892908cf2d4ce8223b4040 (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 d89eab6d695b14607512de9896f9ab9e8c825c90 Author: Christian Schmidt maniacikarus@ipfire.org Date: Sat Jan 22 18:00:07 2011 +0100
Fixing the weekday parsing at outgoingfw.pl
-----------------------------------------------------------------------
Summary of changes: config/outgoingfw/outgoingfw.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Difference in files: diff --git a/config/outgoingfw/outgoingfw.pl b/config/outgoingfw/outgoingfw.pl index 53462db..1d7dd93 100644 --- a/config/outgoingfw/outgoingfw.pl +++ b/config/outgoingfw/outgoingfw.pl @@ -207,6 +207,7 @@ foreach $configentry (sort @configs) }
if ($configline[17] && $configline[18]) { + $DAY = ""; if ($configline[10]){$DAY = "Mon,"} if ($configline[11]){$DAY .= "Tue,"} if ($configline[12]){$DAY .= "Wed,"}
hooks/post-receive -- IPFire 2.x development tree