The source project of this merge request has been removed.
main/dhcpcd: fix openrc loosing track due to wrong pidfile
The pidfile option is passed to start-stop-daemon and is only used for finding the currently running process. It thus has to match the path dhcpcd uses. Sadly, dhcpcd does not allow its pidfiles to be set to an arbitrary value, so we are stuck to /run/pid for now.