看板 DFBSD_commit 關於我們 聯絡資訊
commit d98188c51a8aad8ed0bc361bf940ee077eff7a84 Author: Sascha Wildner <saw@online.de> Date: Wed Sep 7 15:26:53 2011 +0200 etc/rc.d/wpa_supplicant: Fix broken check for ndis(4) interfaces. With the new wlan stack, we need to check a sysctl to determine if it is an ndis(4) interface because it is now wlanX that gets passed to the script. Depending on this, wpa_supplicant(8) will be started with either "-D bsd" or "-D ndis". Reported-by: Max Herrgard <herrgard@gmail.com> Taken-from: FreeBSD Summary of changes: etc/rc.d/wpa_supplicant | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d98188c51a8aad8ed0bc361bf940ee077eff7a84 -- DragonFly BSD source repository