dhcpcd: use /run/dhcpcd as rundir
Otherwise dhcpcd creates its pidfile as /run/pid or /run/pid/eth0.pid
This commit is contained in:
parent
59032e3d53
commit
e102215755
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'dhcpcd'
|
||||
pkgname=dhcpcd
|
||||
version=9.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=configure
|
||||
make_check_target=test
|
||||
configure_args="--prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --rundir=/run"
|
||||
configure_args="--prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --rundir=/run/dhcpcd"
|
||||
hostmakedepends="ntp pkg-config"
|
||||
makedepends="eudev-libudev-devel"
|
||||
short_desc="RFC2131 compliant DHCP client"
|
||||
|
|
Loading…
Reference in a new issue