From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 624120beed20047dcf35b4975566a21a874bb8b2
Date: Mon, 04 Mar 2013 15:23:12 +0100 [thread overview]
Message-ID: <20130304142312.6C2A02010D@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2414 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 624120beed20047dcf35b4975566a21a874bb8b2 (commit)
from 21ef1f15f6807277b756f5be4dd6f320c665a74c (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 624120beed20047dcf35b4975566a21a874bb8b2
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Mar 4 15:22:08 2013 +0100
Revert "outgoingfw: Use local timezone for time rules."
This reverts commit 21ef1f15f6807277b756f5be4dd6f320c665a74c.
This has no effect as the kernel usually runs in UTC. If --kerneltz
is missing, UTC will be used as well.
-----------------------------------------------------------------------
Summary of changes:
config/outgoingfw/outgoingfw.pl | 2 +-
config/rootfiles/core/67/filelists/files | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
Difference in files:
diff --git a/config/outgoingfw/outgoingfw.pl b/config/outgoingfw/outgoingfw.pl
index 19ae414..7dd1430 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 --kerneltz --timestart $configline[17] --timestop $configline[18] --weekdays $DAY";
+ $CMD = "$CMD -m time --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 c9c032d..4a3c2e3 100644
--- a/config/rootfiles/core/67/filelists/files
+++ b/config/rootfiles/core/67/filelists/files
@@ -9,4 +9,3 @@ 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:23 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=20130304142312.6C2A02010D@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