From 87132356080924e00822a4b24d593e94bb18e24a Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 21 Jul 2006 19:40:00 +0000 Subject: added --directisa to hwclock calls, support for additional options in crypttab for non-LUKS partitions, fixed the WPA_OPTS varname typo in netcfg --- netcfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'netcfg') diff --git a/netcfg b/netcfg index f58bfbf..f83d280 100755 --- a/netcfg +++ b/netcfg @@ -128,8 +128,8 @@ start_profile() [ $? -ne 0 ] && cat $WPA_CONF && stat_fail && return fi - [ "$WPA_OPTS" ] || WPA_OPTS="-Dwext" - wpa_supplicant -wB -i ${WIFI_INTERFACE} -c ${WPA_CONF} $WPA_OPTS + [ "$WPAOPTS" ] || WPAOPTS="-Dwext" + wpa_supplicant -wB -i ${WIFI_INTERFACE} -c ${WPA_CONF} $WPAOPTS # I donīt know how we could determine if wpa_supplicant is ready sleep 2 -- cgit v1.2.3