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 21ef1f15f6807277b756f5be4dd6f320c665a74c (commit) from 02a1142a815904c9bd6424f985164dcf5b677c5a (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 21ef1f15f6807277b756f5be4dd6f320c665a74c Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Mar 4 15:08:29 2013 +0100
outgoingfw: Use local timezone for time rules.
See bug #10305: https://bugzilla.ipfire.org/show_bug.cgi?id=10305
-----------------------------------------------------------------------
Summary of changes: config/outgoingfw/outgoingfw.pl | 2 +- config/rootfiles/core/67/filelists/files | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/outgoingfw/outgoingfw.pl b/config/outgoingfw/outgoingfw.pl index 7dd1430..19ae414 100644 --- a/config/outgoingfw/outgoingfw.pl +++ b/config/outgoingfw/outgoingfw.pl @@ -214,7 +214,7 @@ foreach $configentry (sort @configs) if ($configline[14]){$DAY .= "Fri,"} if ($configline[15]){$DAY .= "Sat,"} if ($configline[16]){$DAY .= "Sun"} - $CMD = "$CMD -m time --timestart $configline[17] --timestop $configline[18] --weekdays $DAY"; + $CMD = "$CMD -m time --kerneltz --timestart $configline[17] --timestop $configline[18] --weekdays $DAY"; }
$CMD = "$CMD -o $netsettings{'RED_DEV'}"; diff --git a/config/rootfiles/core/67/filelists/files b/config/rootfiles/core/67/filelists/files index 4a3c2e3..c9c032d 100644 --- a/config/rootfiles/core/67/filelists/files +++ b/config/rootfiles/core/67/filelists/files @@ -9,3 +9,4 @@ srv/web/ipfire/html/images/updbooster/updxl-src-microsoft.gif srv/web/ipfire/html/images/updbooster/updxl-src-windows.gif usr/sbin/updxlrator var/ipfire/langs +var/ipfire/outgoing/bin/outgoingfw.pl
hooks/post-receive -- IPFire 2.x development tree