summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-22 22:40:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-22 22:40:10 +0000
commit7bde0bb14b0ed88f067d8374b3a7b8a8989fbc53 (patch)
tree1ed92d1205c559278f5b2fbd49c63c3b49a2df6b /etc
parentaebf0dedddaffcc1275b08bb5fd6ed4b9f029e38 (diff)
downloadpfsense-7bde0bb14b0ed88f067d8374b3a7b8a8989fbc53.zip
pfsense-7bde0bb14b0ed88f067d8374b3a7b8a8989fbc53.tar.gz
Full path to ipfw
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/captiveportal.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 11884cd..3d51574 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -276,8 +276,8 @@ function captiveportal_rules_generate() {
$cpif = $config['interfaces'][$cpifn]['if'];
$cpip = $config['interfaces'][$cpifn]['ipaddr'];
- mwexec("ipfw add 400 allow carp from any to any");
- mwexec("ipfw add 401 allow pfsync from any to any");
+ mwexec("/sbin/ipfw add 400 allow carp from any to any");
+ mwexec("/sbin/ipfw add 401 allow pfsync from any to any");
/* note: the captive portal daemon inserts all pass rules for authenticated
clients as skipto 50000 rules to make traffic shaping work */
OpenPOWER on IntegriCloud