wok 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 | bac358cff06c |
children | 13660dccc83b |
files | wpa_supplicant/receipt |
line diff
1.1 --- a/wpa_supplicant/receipt Sat Jun 13 17:08:02 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 }