wok-current diff wpa_supplicant/receipt @ rev 3438

fix typo in wpa_supplicant (v0.6.9)
author Rohit Joshi <jozee@slitaz.org>
date Sat Jun 13 11:24:13 2009 +0000 (2009-06-13)
parents 9cc8e4a89170
children d80bbe920b1e
line diff
     1.1 --- a/wpa_supplicant/receipt	Fri Jun 12 13:26:26 2009 +0200
     1.2 +++ b/wpa_supplicant/receipt	Sat Jun 13 11:24:13 2009 +0000
     1.3 @@ -43,5 +43,5 @@
     1.4  EOT
     1.5  	# 'w' option dont exist anymore with < 0.6.9
     1.6  	sed -i s/'-Bw'/'-B'/ $1/etc/daemons.conf
     1.7 -	sed -i s/'-B -w'/'-B'/g $i/etc/init.d/network.sh
     1.8 +	sed -i s/'-B -w'/'-B'/g $1/etc/init.d/network.sh
     1.9  }