summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-11-06 12:27:04 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-11-06 12:27:04 +0000
commita434ac40e08c2885eaf3c13466a49adb4dcb1bd8 (patch)
tree63f8d3b93f6aa2d7ad1d5bd4d540a79966a090c2 /etc/inc
parent4cf8609398f51f3753c20e9c3c2fbe6beb7a80d8 (diff)
downloadpfsense-a434ac40e08c2885eaf3c13466a49adb4dcb1bd8.zip
pfsense-a434ac40e08c2885eaf3c13466a49adb4dcb1bd8.tar.gz
Mute pfctl enable
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 16d6244..0b5d934 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -154,7 +154,7 @@ function filter_configure_sync() {
/* enable pf if we need to, otherwise disable */
if (!isset ($config['system']['disablefilter'])) {
- mwexec("/sbin/pfctl -e");
+ mwexec("/sbin/pfctl -e", true);
} else {
mwexec("/sbin/pfctl -d");
unlink_if_exists("{$g['tmp_path']}/filter_loading");
OpenPOWER on IntegriCloud