From 6350ecad75f8b57a712662b72b803fe161d4e553 Mon Sep 17 00:00:00 2001 From: Derek Jennings Date: Tue, 25 Jun 2013 12:55:51 +0000 Subject: Use --kerneltz option to select local time zone (mga#6400) --- bin/drakguard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/drakguard b/bin/drakguard index b4f9a2a..f1d3776 100755 --- a/bin/drakguard +++ b/bin/drakguard @@ -434,7 +434,7 @@ sub save() { join('', map { my $chain = $_; map { - sprintf("iptables -I $chain -j DROP -m time --timestart %02d:%02d --timestop %02d:%02d\n", + sprintf("iptables -I $chain -j DROP -m time --timestart %02d:%02d --timestop %02d:%02d --kerneltz\n", int($_->[0]/60), $_->[0]%60, int($_->[1]/60), $_->[1]%60, ); -- cgit v1.2.1