Fix firewall rules update that it will only execute when a timezone transition has happened.

This commit is contained in:
Michael Tremer
2014-01-29 14:39:20 +01:00
parent b23dd8b769
commit 64474e3939

View File

@@ -60,5 +60,5 @@ HOME=/
%nightly,random * 23-4 /usr/local/bin/pakfire update >/dev/null 2>&1
# Re-read firewall rules every Sunday in March, October and November to take care of daylight saving time
00 3 * 3 0 /usr/local/bin/firewallctrl
00 2 * 10-11 0 /usr/local/bin/firewallctrl
00 3 * 3 0 /usr/local/bin/timezone-transition /usr/local/bin/firewallctrl
00 2 * 10-11 0 /usr/local/bin/timezone-transition /usr/local/bin/firewallctrl