summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-09-10 07:55:17 +0000
committerErmal Luçi <eri@pfsense.org>2008-09-10 07:55:17 +0000
commit12b3b339a0adbd798a7c408e56fc29dd8251cc38 (patch)
tree8474513d7c3cab2898321d75abaa0be8e5d5e1f7 /etc
parentc8423fbfca5b17ab9224e4345a0e1dc5e18220db (diff)
downloadpfsense-12b3b339a0adbd798a7c408e56fc29dd8251cc38.zip
pfsense-12b3b339a0adbd798a7c408e56fc29dd8251cc38.tar.gz
Oops, typo. Thanks, http://forum.pfsense.org/index.php/topic,11442.0.html
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 29ad37a..aa61ab1 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1388,7 +1388,7 @@ EOD;
}
/* Bring the parent interface up */
- mwecev("/sbin/ifconfig {$wancfg['if']} up");
+ mwexec("/sbin/ifconfig {$wancfg['if']} up");
/* fire up mpd */
mwexec("/usr/local/sbin/mpd4 -b -d {$g['varetc_path']} -f mpd_{$interface}.conf -l mpd_{$interface}.links -p {$g['varrun_path']}/pppoe_{$interface}.pid pppoeclient");
OpenPOWER on IntegriCloud