Firewall: renamed forwardfwctrl to firewallctrl

This commit is contained in:
Alexander Marx
2013-10-24 09:42:42 +02:00
parent 6d8eb5dec7
commit 8039a71099
9 changed files with 11 additions and 11 deletions

View File

@@ -123,7 +123,7 @@ elsif ($ARGV[0] eq 'restore') {
System("/usr/sbin/convert-portfw");
rmtree("${General::swroot}/portfw");
}
system("/usr/local/bin/forwardfwctrl");
system("/usr/local/bin/firewallctrl");
}
elsif ($ARGV[0] eq 'restoreaddon') {
if ( -e "/tmp/$ARGV[1]" ){system("mv /tmp/$ARGV[1] /var/ipfire/backup/addons/backup/$ARGV[1]");}