slitaz-boot-scripts rev 79

Typo in wifi config message
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 12 17:34:08 2008 +0200 (2008-05-12)
parents d51e56f02d29
children 5054ffdd04ee
files etc/init.d/network.sh
line diff
     1.1 --- a/etc/init.d/network.sh	Mon May 12 02:18:25 2008 +0200
     1.2 +++ b/etc/init.d/network.sh	Mon May 12 17:34:08 2008 +0200
     1.3 @@ -35,10 +35,11 @@
     1.4  	done
     1.5  fi
     1.6  
     1.7 -# For wifi (experimental).
     1.8 +# For wifi. Users just have to enable it throught yes and usually
     1.9 +# essid any will work and interafce is wlan0.
    1.10  if [ "$WIFI" = "yes" ] || grep -q "wifi" /proc/cmdline; then
    1.11  	iwconfig $WIFI_INTERFACE essid $ESSID
    1.12 -	echo "Starting udhcpc client on: $INTERFACE... "
    1.13 +	echo "Starting udhcpc client on: $WIFI_INTERFACE... "
    1.14  	/sbin/udhcpc -b -i $WIFI_INTERFACE \
    1.15  		-p /var/run/udhcpc.$WIFI_INTERFACE.pid
    1.16  fi