wpa_supplicant: provide a default working conf file.

This commit is contained in:
Juan RP 2012-01-30 13:09:49 +01:00
parent 298c2f03d7
commit bfd06af97d
2 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,9 @@
# Default configuration file for wpa_supplicant.conf(5).
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
eapol_version=1
ap_scan=1
fast_reauth=1
# Add here your networks.

View file

@ -1,7 +1,7 @@
# Template file for 'wpa_supplicant'
pkgname=wpa_supplicant
version=0.7.3
revision=6
revision=7
wrksrc=${pkgname}-${version}/${pkgname}
distfiles="http://hostap.epitest.fi/releases/$pkgname-$version.tar.gz"
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
@ -41,8 +41,9 @@ do_install() {
vinstall ${FILESDIR}/${pkgname}@.service 644 lib/systemd/system
vinstall ${FILESDIR}/${pkgname}.tmpfiles.d \
644 usr/lib/tmpfiles.d ${pkgname}.conf
vinstall ${FILESDIR}/${pkgname}.conf 644 etc
vinstall wpa_supplicant.conf 644 etc
vinstall wpa_supplicant.conf 644 usr/share/examples/${pkgname}
for d in 5 8; do
install -d ${DESTDIR}/usr/share/man/man${d}
done