aboutsummaryrefslogtreecommitdiff
path: root/netcfg
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-10-06 17:00:31 +0000
committerJudd Vinet <judd@archlinux.org>2005-10-06 17:00:31 +0000
commit14886e1bf20897e2efbc677d6bd1846db0201cbb (patch)
tree736ae6f64a027524f03fdc4a740718fdff738ba6 /netcfg
parent79142a38d91eaf27a6c677e0a6511f855e57e30d (diff)
downloadinitscripts-14886e1bf20897e2efbc677d6bd1846db0201cbb.tar.xz
added WIFI_WAIT parameter (no rebuild yet)
Diffstat (limited to 'netcfg')
-rwxr-xr-xnetcfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/netcfg b/netcfg
index 4de5052..bfc2532 100755
--- a/netcfg
+++ b/netcfg
@@ -88,7 +88,7 @@ start_profile()
stat_busy "Starting network profile: $1"
# Re-read the profile (stop_profile might have overwritten our settings)
- unset DESCRIPTION INTERFACE IFOPTS IWOPTS WIFI_INTERFACE
+ unset DESCRIPTION INTERFACE IFOPTS IWOPTS WIFI_INTERFACE WIFI_WAIT
unset GATEWAY HOSTNAME DOMAIN DNS1 DNS2
. $PROFILE_DIR/$1
@@ -97,6 +97,7 @@ start_profile()
if [ "$IWOPTS" ]; then
iwconfig $WIFI_INTERFACE $IWOPTS
[ $? -ne 0 ] && stat_fail && return
+ [ "$WIFI_WAIT" ] && sleep $WIFI_WAIT
fi
if [ "$IFOPTS" = "dhcp" -o "$IFOPTS" = "DHCP" ]; then