Merge remote-tracking branch 'amarx/BUG10620' into next

This commit is contained in:
Michael Tremer
2014-09-26 13:03:22 +02:00
2 changed files with 4 additions and 14 deletions

View File

@@ -499,6 +499,10 @@ sub buildrules {
}
}
}
#Reload firewall.local if present
if ( -f '/etc/sysconfig/firewall.local'){
run("/etc/sysconfig/firewall.local reload");
}
}
# Formats the given timestamp into the iptables format which is "hh:mm" UTC.