diff options
author | root <root@rshg047.dnsready.net> | 2011-06-08 22:47:34 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-08 22:47:34 +0000 |
commit | 498f3fc095103b2a220a00b27d43f4dae02d5459 (patch) | |
tree | 55388e1d28b8932880c45fa77f1b4547f521f8df /community/hostapd | |
parent | 4d91fc9a2dc38054b8748f27193dc3a6950bda3c (diff) |
Wed Jun 8 22:47:33 UTC 2011
Diffstat (limited to 'community/hostapd')
-rw-r--r-- | community/hostapd/PKGBUILD | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/community/hostapd/PKGBUILD b/community/hostapd/PKGBUILD index 32419b099..507b7c3f7 100644 --- a/community/hostapd/PKGBUILD +++ b/community/hostapd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 48326 2011-05-31 10:29:12Z spupykin $ +# $Id: PKGBUILD 48888 2011-06-07 11:05:59Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> _madwifiver=0.9.4.4133 pkgname=hostapd pkgver=0.7.3 -pkgrel=4 +pkgrel=5 pkgdesc="daemon for wireless software access points" arch=('i686' 'x86_64') url="http://hostap.epitest.fi/hostapd/" @@ -14,7 +14,16 @@ makedepends=('svn') provides=('hostapd') conflicts=('hostapd') backup=('etc/hostapd/hostapd.conf' - 'etc/conf.d/hostapd') + 'etc/conf.d/hostapd' + 'etc/hostapd/hlr_auc_gw.milenage_db' + 'etc/hostapd/hostapd.accept' + 'etc/hostapd/hostapd.deny' + 'etc/hostapd/hostapd.eap_user' + 'etc/hostapd/hostapd.radius_clients' + 'etc/hostapd/hostapd.sim_db' + 'etc/hostapd/hostapd.vlan' + 'etc/hostapd/hostapd.wpa_psk' + 'etc/hostapd/wired.conf') install=hostapd.install source=(http://hostap.epitest.fi/releases/$pkgname-$pkgver.tar.gz ftp://ftp.archlinux.org/other/madwifi/madwifi-${_madwifiver}.tar.bz2 |