dhcpcd: Update README.DRAGONFLY
[dragonfly.git] / contrib / dhcpcd / README.DRAGONFLY
1 DHCPCD
2 ======
3
4 Original source can be downloaded from:
5 https://roy.marples.name/downloads/dhcpcd/
6
7 file   = dhcpcd-8.1.3.tar.xz
8 date   = 2019 December 20
9 size   = 229208
10 SHA256 = 144f08b8320f7289099cd3bc8d2715eb48fce9c38a596cb297b62c69497ad34e
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