BUG10620: reload firewall.local in rules.pl, no longer in initscript

This commit is contained in:
Alexander Marx
2014-09-11 17:13:07 +02:00
parent 8fbcf730ae
commit ca4259a758
2 changed files with 4 additions and 14 deletions

View File

@@ -457,6 +457,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.