summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wpa_supplicant/.signature6
-rw-r--r--wpa_supplicant/Pkgfile4
-rwxr-xr-xwpa_supplicant/wpa_supplicant2
3 files changed, 6 insertions, 6 deletions
diff --git a/wpa_supplicant/.signature b/wpa_supplicant/.signature
index b012af1f0..65587de25 100644
--- a/wpa_supplicant/.signature
+++ b/wpa_supplicant/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/ZXlBIptFhcMHXs4zxk0qW3jF0dKyy80EORhxCWVOT70k9akpCIpAFBsK08cdJpGklGAMQ6ckhNNkyM6a5qt4A4=
-SHA256 (Pkgfile) = 275efe1d4bf2ff076e65440c5fba2e8c04d68da85429664eae881fe4187b6631
+RWSE3ohX2g5d/Qcria4EMwOuuM3MWfONYfRByTBwYzSQ9TJyiy/xwoF2DPmnlNsptztyKaGK8rpIf5cxZGtx+nlOBLOUW4G1dQo=
+SHA256 (Pkgfile) = 717d7fa9af3af0a4adca806ef3e972dcfed17ccf69d079f3411068dec9648d2f
SHA256 (.footprint) = c601da7d8f0118f98fe747611466a530d48519832c8aba47db01df055d64f869
SHA256 (wpa_supplicant-2.10.tar.gz) = 20df7ae5154b3830355f8ab4269123a87affdea59fe74fe9292a91d0d7e17b2f
-SHA256 (wpa_supplicant) = 6d7c37c49d4f06194195ca1e7c66a4bb067d82e3884b278e6cdd72c6f7476bae
+SHA256 (wpa_supplicant) = 5257d99555bb189f6e509c1779ffe85447de77f0bcd5f14495892cb53a0167f2
SHA256 (wlan) = c025ad557806d86ef231770c8a77a02a0194d92d89b5fb16bec036eddbc5d308
diff --git a/wpa_supplicant/Pkgfile b/wpa_supplicant/Pkgfile
index fccf221ca..88f6bc717 100644
--- a/wpa_supplicant/Pkgfile
+++ b/wpa_supplicant/Pkgfile
@@ -5,7 +5,7 @@
name=wpa_supplicant
version=2.10
-release=1
+release=2
source=(https://w1.fi/releases/$name-$version.tar.gz
wpa_supplicant wlan)
@@ -26,7 +26,7 @@ build() {
install -m 0644 doc/docbook/wpa_supplicant.conf.5 $PKG/usr/share/man/man5
# config
- echo -e "ctrl_interface=/var/run/wpa_supplicant\n" > $PKG/etc/wpa_supplicant.conf
+ echo -e "ctrl_interface=/run/wpa_supplicant\n" > $PKG/etc/wpa_supplicant.conf
chmod 0600 $PKG/etc/wpa_supplicant.conf
# rc script
diff --git a/wpa_supplicant/wpa_supplicant b/wpa_supplicant/wpa_supplicant
index 4a812d481..500da03f5 100755
--- a/wpa_supplicant/wpa_supplicant
+++ b/wpa_supplicant/wpa_supplicant
@@ -7,7 +7,7 @@ DEV=wlp3s0
SSD=/sbin/start-stop-daemon
PROG=/usr/sbin/wpa_supplicant
-PID=/var/run/wpa_supplicant.pid
+PID=/run/wpa_supplicant.pid
OPTS="-B -P $PID -D nl80211,wext -c /etc/wpa_supplicant.conf -i $DEV"

Generated by cgit