From e102215755559dd60baf841019ccfd41164e2437 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 8 Apr 2020 13:10:25 +0200 Subject: [PATCH] dhcpcd: use /run/dhcpcd as rundir Otherwise dhcpcd creates its pidfile as /run/pid or /run/pid/eth0.pid --- srcpkgs/dhcpcd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template index 8e3ab6894ed..a978cc55e59 100644 --- a/srcpkgs/dhcpcd/template +++ b/srcpkgs/dhcpcd/template @@ -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"