minor fix

This commit is contained in:
Ad Schellevis 2014-10-31 11:23:03 +01:00
parent 3bc74e1ae7
commit 45f98dc12e
2 changed files with 2 additions and 1 deletions

View File

@ -3325,7 +3325,7 @@ function filter_rules_spoofcheck_generate($ifname, $ifcfg, $log) {
$mt = microtime();
echo "filter_rules_spoofcheck_generate() being called $mt\n";
}
$ipfrules = "antispoof {$log['block']} for \${$ifcfg['descr']} tracker {$tracker}\n";
$ipfrules = "antispoof {$log['block']} for \${$ifcfg['descr']} \n";
$tracker++;
return $ipfrules;

1
etc/rc
View File

@ -406,6 +406,7 @@ fi
export fcgipath=/var/run/php-fpm.socket
chmod u+rx /usr/local/opnsense/check_reload_status.py
/usr/bin/nice -n20 /usr/local/opnsense/check_reload_status.py
sleep 1 # give check_reload_status some time to load to prevent missing socket
# let the PHP-based configuration subsystem set up the system now
echo -n "Launching the init system..."