summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-10 01:08:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-10 01:08:50 +0000
commit8f264616b1e2788111790f338e8e61afe98a6579 (patch)
tree06d59e587f6b3ea1098003abd8e3d8f6fe18b9a6
parentdac82c3d4ab2ef50f8e19b74a7bcf5340e85eb3d (diff)
downloadpfsense-8f264616b1e2788111790f338e8e61afe98a6579.zip
pfsense-8f264616b1e2788111790f338e8e61afe98a6579.tar.gz
Launch script from /bin/sh
-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 11bb110..eba2d1d 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -58,7 +58,7 @@ function filter_pflog_start() {
/* reload filter async */
function filter_configure() {
- mwexec_bg("/etc/rc.filter_configure");
+ mwexec_bg("/bin/sh /etc/rc.filter_configure");
}
/* reload filter sync */
OpenPOWER on IntegriCloud