aboutsummaryrefslogtreecommitdiff
path: root/netcfg
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2006-07-21 19:40:00 +0000
committerJudd Vinet <judd@archlinux.org>2006-07-21 19:40:00 +0000
commit87132356080924e00822a4b24d593e94bb18e24a (patch)
tree3edab7da03b09452100c29066f9628cfc8de3368 /netcfg
parent8d214daab85c043f87ed21912b68172cc0e33635 (diff)
downloadinitscripts-87132356080924e00822a4b24d593e94bb18e24a.tar.xz
added --directisa to hwclock calls, support for additional options in crypttab for non-LUKS partitions, fixed the WPA_OPTS varname typo in netcfg
Diffstat (limited to 'netcfg')
-rwxr-xr-xnetcfg4
1 files changed, 2 insertions, 2 deletions
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