summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-08 21:37:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-08 21:37:21 +0000
commitdd462f3ead418f6733c32ba0b709caea2d7e7f7b (patch)
tree65bbbaaa1190b71b38fee53a6663cf771cf4bf88 /etc/inc
parenta0136e6262396d2b0d672039dbb3409a7e46029d (diff)
downloadpfsense-dd462f3ead418f6733c32ba0b709caea2d7e7f7b.zip
pfsense-dd462f3ead418f6733c32ba0b709caea2d7e7f7b.tar.gz
Use full path to hostapd (/usr/sbin/hostapd)
Diffstat (limited to 'etc/inc')
-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 5b43ffc..e0c7f47 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -480,7 +480,7 @@ EOD;
$fd = fopen("{$g['etc_path']}/hostapd_{$if}.conf", "w");
fwrite($fd, "{$wpa}");
fclose($fd);
- mwexec("hostpad -B {$g['etc_path']}/hostapd_{$if}.conf");
+ mwexec("/usr/sbin/hostapd -B {$g['etc_path']}/hostapd_{$if}.conf");
}
break;
OpenPOWER on IntegriCloud