summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-18 15:19:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-18 15:19:11 +0000
commit8f0a4101e46e3498b45ebc98ae1f081e58eaa7b8 (patch)
treea868298cd8c7b02ebf91c55f72b600876c66e837 /etc/inc
parentdbe7b50563502b33a2cc5c77016aca3709c9cfbc (diff)
downloadpfsense-8f0a4101e46e3498b45ebc98ae1f081e58eaa7b8.zip
pfsense-8f0a4101e46e3498b45ebc98ae1f081e58eaa7b8.tar.gz
Pass start to scripts in /usr/local/pkg/pf
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 2206ee9..cc58759 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -172,7 +172,7 @@ function filter_configure() {
$text = return_filename_as_string("/usr/local/pkg/pf/" . $file);
if($text != "") {
if(stristr($file, ".sh") == true) {
- mwexec("/usr/local/pkg/pf/" . $file);
+ mwexec("/usr/local/pkg/pf/" . $file . " start");
} else {
//if(php_check_syntax($text, $error_message) == false)
if($g['booting'] == true) {
OpenPOWER on IntegriCloud