Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2008 05:52:41 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139636 for review
Message-ID:  <200804090552.m395qfo8047350@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=139636

Change 139636 by sam@sam_ebb on 2008/04/09 05:52:15

	auto-load dependent wlan modules

Affected files ...

.. //depot/projects/vap/etc/rc.d/hostapd#3 edit
.. //depot/projects/vap/etc/rc.d/wpa_supplicant#7 edit

Differences ...

==== //depot/projects/vap/etc/rc.d/hostapd#3 (text+ko) ====

@@ -18,6 +18,7 @@
 
 command_args="-P ${pidfile} -B ${conf_file}"
 required_files="${conf_file}"
+required_modules="wlan_xauth wlan_wep wlan_tkip wlan_ccmp"
 extra_commands="reload"
 
 load_rc_config ${name}

==== //depot/projects/vap/etc/rc.d/wpa_supplicant#7 (text+ko) ====

@@ -50,5 +50,6 @@
 pidfile="/var/run/${name}/${ifn}.pid"
 command_args="-B -i $ifn -c $conf_file -D $driver -P $pidfile"
 required_files=$conf_file
+required_modules="wlan_wep wlan_tkip wlan_ccmp"
 
 run_rc_command "$1"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804090552.m395qfo8047350>