dhcpcd: Update README.DRAGONFLY for 10.0.2
[dragonfly.git] / contrib / dhcpcd / README.DRAGONFLY
blob477c3609eb7ce88558c52efa46d69b6f59daff75
1 DHCPCD
2 ======
4 Original source can be downloaded from:
5 https://github.com/NetworkConfiguration/dhcpcd/releases
7 file   = dhcpcd-10.0.2.tar.xz
8 date   = 2023 July 19
9 size   = 264324
10 SHA256 = 3aa15c50be86d9595467f21dd9dc66f7115e3de1f5ab0b704b753684062b8541
12 The source is imported via a Makefile target rather than by hand.
13 There is no README.DELETED for this import as it's all automated.
15 Use "git diff vendor/DHCPCD contrib/dhcpcd" to see local modifications.
17 The program and hook scripts are installed by 'sbin/dhcpcd', and the
18 configuration file is installed by 'etc/Makefile'.
21 Upgrade notes
22 -------------
24 1. Configure
25 2. Import
26 3. Copy config.h to sbin/dhcpcd
27 4. Tailor Makefile in sbin/dhcpcd to import
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