summaryrefslogtreecommitdiff
path: root/iwd
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2022-03-02 15:09:48 +0100
committerJuergen Daubert <jue@jue.li>2022-03-02 15:09:48 +0100
commitda52b0707170f5218e794bdda4136df79636ba0f (patch)
tree256a46f45d4f33e4742ef910d366468f220ab83d /iwd
parente9e29867599ed968cf013b62caf361f9df188db1 (diff)
downloadopt-da52b0707170f5218e794bdda4136df79636ba0f.tar.gz
opt-da52b0707170f5218e794bdda4136df79636ba0f.tar.xz
iwd: move pidfile to /run
Diffstat (limited to 'iwd')
-rw-r--r--iwd/.signature6
-rw-r--r--iwd/Pkgfile4
-rwxr-xr-xiwd/iwd2
3 files changed, 7 insertions, 5 deletions
diff --git a/iwd/.signature b/iwd/.signature
index 86f1d0846..ed7acdefb 100644
--- a/iwd/.signature
+++ b/iwd/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/RO2ajuNNmFhXPX+NnkT6kbQustWc5QLk+3pr2bjaATH6Y2/p1V47tbKH446xatA1kA93lPE/Eo4SDaiTSyOLgk=
-SHA256 (Pkgfile) = 44e80cff513532f93cef04d0367fa3b51a8c7444c3293152d1b80cae87dd6194
+RWSE3ohX2g5d/WnDDbh0eT+a1XLnr1PlGKj1+TAlCJZ5EWPzuPjH43Yp3m2ba7Z+TkiAWGDURm9rpmIfxjLSLTYqB+hsgxRiKQc=
+SHA256 (Pkgfile) = 41fca29ef72d1c48722cba9eb57470ad99408dc75d31c1512f7a5f818c3cf97b
SHA256 (.footprint) = 0aa5e4078b6db24985866855c67c997f4461f150c195a2c1b45ab95f5f9fd1fb
SHA256 (iwd-1.25.tar.xz) = 3f138e03301beb2afc7b385a62f56db17059137857ab579f269c4e441783e760
-SHA256 (iwd) = 6500824fc8993b22e61be415b3ae9bc971b6eef56d3fb4c60255f1065cf2eac6
+SHA256 (iwd) = 83374ce124a20e43995588aeb7aa8f5ab392c31caa62bfd13df8298ec7789ec8
diff --git a/iwd/Pkgfile b/iwd/Pkgfile
index 8f8cc13f5..f8adf060a 100644
--- a/iwd/Pkgfile
+++ b/iwd/Pkgfile
@@ -5,13 +5,15 @@
name=iwd
version=1.25
-release=1
+release=2
source=(https://www.kernel.org/pub/linux/network/wireless/$name-$version.tar.xz
iwd)
build() {
cd $name-$version
+ sed '/DEFAULT_SYSTEM_BUS_ADDRESS/s|/var/run|/run|' -i ell/dbus.c
+
./configure \
--prefix=/usr \
--libexecdir=/usr/sbin \
diff --git a/iwd/iwd b/iwd/iwd
index 4069a90cf..8561b64f5 100755
--- a/iwd/iwd
+++ b/iwd/iwd
@@ -5,7 +5,7 @@
SSD=/sbin/start-stop-daemon
PROG=/usr/sbin/iwd
-PID=/var/run/iwd.pid
+PID=/run/iwd.pid
OPTS=""
case $1 in

Generated by cgit