# HG changeset patch # User Pascal Bellard # Date 1213459646 0 # Node ID 80022089ebe5fdef46fb11093b3b4b47c2776d19 # Parent 2bcec684c19c687c23ee5c99684a46ce1be1927a typo in /etc/init.d/network.sh NDISWRAPPER_DRIVERS diff -r 2bcec684c19c -r 80022089ebe5 etc/init.d/network.sh --- a/etc/init.d/network.sh Wed Jun 11 18:45:01 2008 +0200 +++ b/etc/init.d/network.sh Sat Jun 14 16:07:26 2008 +0000 @@ -38,7 +38,7 @@ # 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 - if [ -n "NDISWRAPPER_DRIVERS" -a -x /usr/sbin/ndiswrapper ]; then + if [ -n "$NDISWRAPPER_DRIVERS" -a -x /usr/sbin/ndiswrapper ]; then for i in $NDISWRAPPER_DRIVERS; do ndiswrapper -i $i done