mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
wpa_supplicant: switched to use /run.
This commit is contained in:
parent
b6577ad946
commit
935975666e
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Default configuration file for wpa_supplicant.conf(5).
|
# Default configuration file for wpa_supplicant.conf(5).
|
||||||
|
|
||||||
ctrl_interface=/var/run/wpa_supplicant
|
ctrl_interface=/run/wpa_supplicant
|
||||||
ctrl_interface_group=wheel
|
ctrl_interface_group=wheel
|
||||||
eapol_version=1
|
eapol_version=1
|
||||||
ap_scan=1
|
ap_scan=1
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
d /var/run/wpa_supplicant 0755 root wheel -
|
d /run/wpa_supplicant 0755 root wheel -
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'wpa_supplicant'
|
# Template file for 'wpa_supplicant'
|
||||||
pkgname=wpa_supplicant
|
pkgname=wpa_supplicant
|
||||||
version=1.0
|
version=1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc=$pkgname
|
build_wrksrc=$pkgname
|
||||||
homepage="http://hostap.epitest.fi"
|
|
||||||
distfiles="$homepage/releases/$pkgname-$version.tar.gz"
|
|
||||||
makedepends="pkg-config libnl3-devel openssl-devel dbus-devel readline-devel"
|
makedepends="pkg-config libnl3-devel openssl-devel dbus-devel readline-devel"
|
||||||
conf_files="/etc/${pkgname}.conf"
|
conf_files="/etc/${pkgname}.conf"
|
||||||
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
|
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
homepage="http://hostap.epitest.fi"
|
||||||
|
distfiles="$homepage/releases/$pkgname-$version.tar.gz"
|
||||||
checksum=91d41d473a5aafa2e25dd6577ebda975c4d4a3188850a53e31feaf7c04482b9c
|
checksum=91d41d473a5aafa2e25dd6577ebda975c4d4a3188850a53e31feaf7c04482b9c
|
||||||
long_desc="
|
long_desc="
|
||||||
$pkgname is a WPA Supplicant for Linux, BSD, Mac OS X, and Windows with
|
$pkgname is a WPA Supplicant for Linux, BSD, Mac OS X, and Windows with
|
||||||
|
|
Loading…
Add table
Reference in a new issue