# HG changeset patch # User Paul Issott # Date 1391195341 0 # Node ID 89d0f484166fb0fca08597221d6b72aad8579d74 # Parent 06e2d798b9479297534e2791454cee8bf652b778 Tiny edits diff -r 06e2d798b947 -r 89d0f484166f etc/init.d/network.sh --- a/etc/init.d/network.sh Wed Jan 29 10:40:33 2014 +0000 +++ b/etc/init.d/network.sh Fri Jan 31 19:09:01 2014 +0000 @@ -70,8 +70,8 @@ wep|WEP) # # NOTE (20120303) struggled to connect with WEP key in - # cooking but work with 3.0. Busybox/iwconfig seems buggy - # but connection work with wpa_supplicant and unquoted + # cooking but works with 3.0. Busybox/iwconfig seems buggy + # but connection works with wpa_supplicant and unquoted # wep_key0 # #IWCONFIG_ARGS="$IWCONFIG_ARGS key $WIFI_KEY" @@ -170,7 +170,7 @@ /sbin/ifconfig $INTERFACE $IP netmask $NETMASK up fi - # Use ip to set gateways if iproute.conf exist + # Use ip to set gateways if iproute.conf exists if [ -f /etc/iproute.conf ]; then while read line do diff -r 06e2d798b947 -r 89d0f484166f etc/init.d/rcS --- a/etc/init.d/rcS Wed Jan 29 10:40:33 2014 +0000 +++ b/etc/init.d/rcS Fri Jan 31 19:09:01 2014 +0000 @@ -165,7 +165,7 @@ tazhw init fi -# Call udevadm trigger to ensure /dev is fully populate now that all +# Call udevadm trigger to ensure /dev is fully populated now that all # modules are loaded. if [ "$UDEV" = "yes" ]; then echo -n "Triggering udev events: --action=add"