From 45f98dc12eb1b554b0050922827b85aae4e4b17e Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Fri, 31 Oct 2014 11:23:03 +0100 Subject: [PATCH] minor fix --- etc/inc/filter.inc | 2 +- etc/rc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index c7f9693a1..d656e7166 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -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; diff --git a/etc/rc b/etc/rc index 4e4535633..1c2651f49 100755 --- a/etc/rc +++ b/etc/rc @@ -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..."