xref: /dflybsd-src/contrib/dhcpcd/README.DRAGONFLY (revision 965b380e960908836b97aa034fa2753091e0172e)
1DHCPCD
2======
3
4Original source can be downloaded from:
5https://github.com/NetworkConfiguration/dhcpcd/releases
6
7file   = dhcpcd-10.0.7.tar.xz
8date   = 2024 May 24
9size   = 272144
10SHA256 = d5b15d6ca3fc6ee6eb01e49f67007a14a406fc83155d1c9a90e1ea9e71c9e769
11
12The source is imported via a Makefile target rather than by hand.
13There is no README.DELETED for this import as it's all automated.
14
15Use "git diff vendor/DHCPCD contrib/dhcpcd" to see local modifications.
16
17The program and hook scripts are installed by 'sbin/dhcpcd', and the
18configuration file is installed by 'etc/Makefile'.
19
20
21Upgrade notes
22-------------
23
241. Configure
252. Import
263. Copy config.h to sbin/dhcpcd
274. Tailor Makefile in sbin/dhcpcd to import
28
29$ ./configure
30$ make import-src DESTDIR=/usr/src/contrib/dhcpcd
31$ cp config.h /usr/src/sbin/dhcpcd
32$ vi /usr/src/sbin/dhcpcd/Makefile
33