From 64474e3939e3d17fb80d64be614d97d07c9c7f43 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 29 Jan 2014 14:39:20 +0100 Subject: [PATCH] Fix firewall rules update that it will only execute when a timezone transition has happened. --- config/cron/crontab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/cron/crontab b/config/cron/crontab index 10ba47b5f..3b70df44e 100644 --- a/config/cron/crontab +++ b/config/cron/crontab @@ -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 -- 2.39.2