]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Fix firewall rules update that it will only execute when a timezone transition has...
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Jan 2014 13:39:20 +0000 (14:39 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Jan 2014 13:39:20 +0000 (14:39 +0100)
config/cron/crontab

index 10ba47b5ff558d81c303d9aaeee6fa9b89c1ed77..3b70df44e262ff343729203e0acab34703960ec2 100644 (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
 %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