slitaz-boot-scripts rev 98

typo in /etc/init.d/network.sh NDISWRAPPER_DRIVERS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 14 16:07:26 2008 +0000 (2008-06-14)
parents 2bcec684c19c
children f36e99a70d2a
files etc/init.d/network.sh
line diff
     1.1 --- a/etc/init.d/network.sh	Wed Jun 11 18:45:01 2008 +0200
     1.2 +++ b/etc/init.d/network.sh	Sat Jun 14 16:07:26 2008 +0000
     1.3 @@ -38,7 +38,7 @@
     1.4  # For wifi. Users just have to enable it throught yes and usually
     1.5  # essid any will work and interafce is wlan0.
     1.6  if [ "$WIFI" = "yes" ] || grep -q "wifi" /proc/cmdline; then
     1.7 -	if [ -n "NDISWRAPPER_DRIVERS" -a -x /usr/sbin/ndiswrapper ]; then
     1.8 +	if [ -n "$NDISWRAPPER_DRIVERS" -a -x /usr/sbin/ndiswrapper ]; then
     1.9  		for i in $NDISWRAPPER_DRIVERS; do
    1.10  			ndiswrapper -i $i
    1.11  		done