wok-4.x rev 981
wpa_supplicant: typo in /etc/daemons.conf
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 30 22:28:34 2008 +0000 (2008-06-30) |
parents | 71c2c4fe94e8 |
children | 050151a9f32f |
files | wpa_supplicant/receipt |
line diff
1.1 --- a/wpa_supplicant/receipt Mon Jun 30 22:40:05 2008 +0200 1.2 +++ b/wpa_supplicant/receipt Mon Jun 30 22:28:34 2008 +0000 1.3 @@ -35,7 +35,7 @@ 1.4 # Pre and post install commands for Tazpkg. 1.5 post_install() 1.6 { 1.7 - grep -q ^WPA_OPTIONS= $1/etc/daemon.conf || cat >> $1/etc/daemon.conf <<EOT 1.8 + grep -q ^WPA_OPTIONS= $1/etc/daemons.conf || cat >> $1/etc/daemons.conf <<EOT 1.9 # wpa_supplicant daemon options 1.10 WPA_OPTIONS="-Bw -P/var/run/wpa_supplicant.pid -c/etc/wpa_supplicant.conf -iwlan0" 1.11