sys/vfs/hammer2: Fix multiple "radii" -> "radix"
[dragonfly.git] / contrib / dhcpcd / README.DRAGONFLY
blob0b1e967c6097de8f5aa41d18a4e0f1d32eda0828
1 DHCPCD
2 ======
4 Original source can be downloaded from:
5 https://github.com/NetworkConfiguration/dhcpcd/releases
7 file   = dhcpcd-10.0.1.tar.xz
8 date   = 2023 April 20
9 size   = 263564
10 SHA256 = 6e9f6a5c47fcd8a763cfa26f1ca6eedf1e534992224a01d6c1ab8abb154af972
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