dhcpcd: move rundir to /run

This commit is contained in:
Juergen Daubert 2022-01-17 17:20:08 +01:00
parent 28f7870026
commit f86bedf355
3 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqvtvXS7wzGWsKfxBTvRRJj5cQTHyIF6FEGJ5jwG6BoqDkmBYoCC+2nUqrnBKPBiNFOdedpdnpoScJgTktZcbLQ4=
SHA256 (Pkgfile) = b9cbd206bc48067835b0ffc70359eb3917de18a08a3148d0348dc8629f6329dd
RWRJc1FUaeVeqsKt97fXTRt1UNXkR80rGl+dGPwkH4f8xjFqTwwvw2UqkJzmDi+2wp9/du12aY7Wpf3m6kjV/AIjRxvA08sppAo=
SHA256 (Pkgfile) = 4c10461bd12d8b44725ddf441b68085cc5c8f45c4708d137a9b0e2e89424e78c
SHA256 (.footprint) = 6794a3116abf6567ff89e551b7560d585d97371577a6897efbd2bfcf75cd9db3
SHA256 (dhcpcd-9.4.1.tar.xz) = 819357634efed1ea5cf44ec01b24d3d3f8852fec8b4249925dcc5667c54e376c
SHA256 (rc.dhcpcd) = 1cd4f2ae6b969226c789806eb380658ec5f224f4252ef4795c543862e436b531
SHA256 (rc.dhcpcd) = f35d0748daa2e20aab01462684513bac6673e833459ba5ac1093ed814a3cae15

View File

@ -5,7 +5,7 @@
name=dhcpcd
version=9.4.1
release=1
release=2
source=(https://roy.marples.name/downloads/dhcpcd/$name-$version.tar.xz
rc.dhcpcd)
@ -17,6 +17,7 @@ build() {
--libexecdir=/lib/dhcpcd \
--dbdir=/var/lib/dhcpcd \
--sysconfdir=/etc/dhcpcd \
--rundir=/run/dhcpcd \
--enable-privsep \
--privsepuser=dhcpcd

View File

@ -5,7 +5,7 @@
SSD=/sbin/start-stop-daemon
PROG=/sbin/dhcpcd
PID=/var/run/dhcpcd/pid
PID=/run/dhcpcd/pid
OPTS=""
case $1 in