1$NetBSD: NetBSD-upgrade,v 1.1 2010/08/04 17:12:33 christos Exp $ 2 3WPA Supplicant/Hostapd 4 originals can be found at: http://hostap.epitest.fi/releases/ 5 6 7For the import files and directories were pruned by: 8 9 tar -zxf wpa_supplicant-X.Y.Z.tar.gz 10 tar -zxf hostapd-X.Y.Z.tar.gz 11 mv hostapd-X.Y.Z/hostapd wpa_supplicant-X.Y.Z 12 13then imported by: 14 15 cd wpa_supplicant-X.Y.Z 16 cvs import -m 'Import wpa_supplicant and hostapd' \ 17 src/external/bsd/wpa/dist MALINEN vX_Y_Z 18 19To make local changes to wpa, simply patch and commit 20to the main branch (aka HEAD). Never make local changes on the 21vendor (MALINEN) branch. 22 23All local changes should be submitted to Jouni Malinen for inclusion in 24the next vendor release. 25 26sam@FreeBSD.org & scw@NetBSD.org, christos@NetBSD.org 274-August-2010 28