dhcpcd: update to 10.0.6
Testing the changes
- I tested the changes in this PR: briefly
- I built this PR locally for my native architecture, (x86_64)
is it correct to have both 2>&1 and 1>&2 in the service?
$ cat /etc/sv/dhcpcd/run
#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec dhcpcd -B ${OPTS:=-M} 1>&2
The update is welcome, but please keep the package orphaned. That's also our placeholder for core packages. (It would be good to have a separate address for those, but that's another discussion.)
The update is welcome, but please keep the package orphaned. That's also our placeholder for core packages. (It would be good to have a separate address for those, but that's another discussion.)
Alright. I picked it up because it seemed such important package should have an active maintainer. Having a dedicated maintainer placeholder would indeed prevent people trying to adopt core packages.
btw, the 10.0.8 is out
btw, the 10.0.8 is out
Thanks for the heads-up. I've updated the template and removed the two patches which are now merged in upstream.