DHCPCD ====== Original source can be downloaded from: https://roy.marples.name/downloads/dhcpcd/ file = dhcpcd-9.4.0.tar.xz date = 2020 December 28 size = 256440 SHA256 = 41a69297f380bf15ee8f94f73154f8c2bca7157a087c0d5aca8de000ba1d4513 The source is imported via a Makefile target rather than by hand. There is no README.DELETED for this import as it's all automated. Use "git diff vendor/DHCPCD contrib/dhcpcd" to see local modifications. The program and hook scripts are installed by 'sbin/dhcpcd', and the configuration file is installed by 'etc/Makefile'. Upgrade notes ------------- 1. Configure 2. Import 3. Copy config.h to sbin/dhcpcd 4. Tailor Makefile in sbin/dhcpcd to import $ ./configure $ make import-src DESTDIR=/usr/src/contrib/dhcpcd $ cp config.h /usr/src/sbin/dhcpcd $ vi /usr/src/sbin/dhcpcd/Makefile