From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 21ef1f15f6807277b756f5be4dd6f320c665a74c
Date: Mon, 04 Mar 2013 15:10:00 +0100 [thread overview]
Message-ID: <20130304141001.37DD12010D@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2294 bytes --]
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(a)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
reply other threads:[~2013-03-04 14:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130304141001.37DD12010D@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox