DHCPCD ====== Original source can be downloaded from: https://github.com/NetworkConfiguration/dhcpcd/releases file = dhcpcd-10.0.1.tar.xz date = 2023 April 20 size = 263564 SHA256 = 6e9f6a5c47fcd8a763cfa26f1ca6eedf1e534992224a01d6c1ab8abb154af972 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