dhcpcd: update README.DRAGONFLY
[dragonfly.git] / contrib / dhcpcd / README.DRAGONFLY
1 DHCPCD
2 ======
3
4 Original source can be downloaded from:
5 https://github.com/NetworkConfiguration/dhcpcd/releases
6
7 file   = dhcpcd-10.0.7.tar.xz
8 date   = 2024 May 24
9 size   = 272144
10 SHA256 = d5b15d6ca3fc6ee6eb01e49f67007a14a406fc83155d1c9a90e1ea9e71c9e769
11
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.
14
15 Use "git diff vendor/DHCPCD contrib/dhcpcd" to see local modifications.
16
17 The program and hook scripts are installed by 'sbin/dhcpcd', and the
18 configuration file is installed by 'etc/Makefile'.
19
20
21 Upgrade notes
22 -------------
23
24 1. Configure
25 2. Import
26 3. Copy config.h to sbin/dhcpcd
27 4. 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