iwd: move pidfile to /run

This commit is contained in:
Juergen Daubert 2022-03-02 15:09:48 +01:00
parent e9e2986759
commit da52b07071
3 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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