Package: kismet Version: 2006.04.R1-1.1 when kismet starts it says: "Reading AP manufacturer data and defaults from //etc/kismet/ap_manuf Reading client manufacturer data and defaults from //etc/kismet/client_manuf"
/usr/share/doc/kismet/extra/manuf_update.sh does this: wget http://www.unbolted.net/dump_clients.php -O ../conf/client_manuf wget http://www.unbolted.net/dump_aps.php -O ../conf/ap_manuf How does this work? it downloads client_manuf and ap.manuf to some conf directory, but kismet expects it in /etc/kismet/. Am I misunderstanding this or is this a bug?