summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-16 17:21:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-16 17:21:32 +0000
commit8a8c0a8ee0e3c975b860a09a7c0e5d669d615ce3 (patch)
tree834e292aaffaacdb32a034d1f2ebfc2f1382c6b7 /etc/inc
parent749b7a332866aa92aeb03cada909e2c199ca14fa (diff)
downloadpfsense-8a8c0a8ee0e3c975b860a09a7c0e5d669d615ce3.zip
pfsense-8a8c0a8ee0e3c975b860a09a7c0e5d669d615ce3.tar.gz
MFC 1.178
successfully kill hostapd if changing settings back from WPA to WEP (fix by lsf, noticed by marcusah)
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index b3993f0..b16368e 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -531,7 +531,7 @@ EOD;
fclose($fd);
if(is_process_running("wpa_supplicant"))
- mwexec("$killall" . " wpa_supplicant");
+ mwexec("$killall wpa_supplicant");
}
break;
@@ -571,7 +571,7 @@ EOD;
fclose($fd);
if(is_process_running("hostapd"))
- mwexec("$killall" . " hostapd");
+ mwexec("$killall hostapd");
}
break;
OpenPOWER on IntegriCloud