PERFORCE change 139636 for review

Sam Leffler sam at FreeBSD.org
Wed Apr 9 05:52:42 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=139636

Change 139636 by sam at 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"


More information about the p4-projects mailing list