wok-6.x rev 939
wpa_supplicant: typo, WPA_CONF -> WPA_OPTIONS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 23 17:05:29 2008 +0000 (2008-06-23) |
parents | dbb21026eb5c |
children | 942d5b5c8ec1 |
files | wpa_supplicant/receipt |
line diff
1.1 --- a/wpa_supplicant/receipt Mon Jun 23 16:53:33 2008 +0000 1.2 +++ b/wpa_supplicant/receipt Mon Jun 23 17:05:29 2008 +0000 1.3 @@ -35,9 +35,9 @@ 1.4 # Pre and post install commands for Tazpkg. 1.5 post_install() 1.6 { 1.7 - grep -q ^WPA_CONF= $1/etc/daemon.conf || cat >> $1/etc/daemon.conf <<EOT 1.8 + grep -q ^WPA_OPTIONS= $1/etc/daemon.conf || cat >> $1/etc/daemon.conf <<EOT 1.9 # wpa_supplicant daemon options 1.10 -WPA_CONF="-Bw -P/var/run/wpa_supplicant.pid -c/etc/wpa_supplicant.conf -iwlan0" 1.11 +WPA_OPTIONS="-Bw -P/var/run/wpa_supplicant.pid -c/etc/wpa_supplicant.conf -iwlan0" 1.12 1.13 EOT 1.14 }