# HG changeset patch # User Christophe Lincoln # Date 1210606448 -7200 # Node ID 485696cfeb05ee9f26f0c4e2ad77516a5aeea64c # Parent d51e56f02d298a41159d65fb35a1f4fc3a370b80 Typo in wifi config message diff -r d51e56f02d29 -r 485696cfeb05 etc/init.d/network.sh --- a/etc/init.d/network.sh Mon May 12 02:18:25 2008 +0200 +++ b/etc/init.d/network.sh Mon May 12 17:34:08 2008 +0200 @@ -35,10 +35,11 @@ done fi -# For wifi (experimental). +# For wifi. Users just have to enable it throught yes and usually +# essid any will work and interafce is wlan0. if [ "$WIFI" = "yes" ] || grep -q "wifi" /proc/cmdline; then iwconfig $WIFI_INTERFACE essid $ESSID - echo "Starting udhcpc client on: $INTERFACE... " + echo "Starting udhcpc client on: $WIFI_INTERFACE... " /sbin/udhcpc -b -i $WIFI_INTERFACE \ -p /var/run/udhcpc.$WIFI_INTERFACE.pid fi