Revert "outgoingfw: Use local timezone for time rules."

This reverts commit 21ef1f15f6.

This has no effect as the kernel usually runs in UTC. If --kerneltz
is missing, UTC will be used as well.
This commit is contained in:
Michael Tremer
2013-03-04 15:22:08 +01:00
parent 21ef1f15f6
commit 624120beed
2 changed files with 1 additions and 2 deletions

View File

@@ -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'}";

View File

@@ -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