From 12b1300b1b0dba88fa90a4f145988ee98a8ef1e6 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 4 Sep 2019 19:30:39 +0100 Subject: [PATCH] dhcpcd: Add README.DRAGONFLY --- contrib/dhcpcd/README.DRAGONFLY | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 contrib/dhcpcd/README.DRAGONFLY diff --git a/contrib/dhcpcd/README.DRAGONFLY b/contrib/dhcpcd/README.DRAGONFLY new file mode 100644 index 0000000000..3ce559cfc7 --- /dev/null +++ b/contrib/dhcpcd/README.DRAGONFLY @@ -0,0 +1,32 @@ +DHCPCD +====== + +Original source can be downloaded from: +https://roy.marples.name/downloads/dhcpcd/ + +file = dhcpcd-8.0.4.tar.xz +date = 2019 September 4 +size = 224236 +SHA256 = 25e4f8c5abd12830875440c9f9501118e9eb1c80254d93fd9726daa264f13454 + +The source is imported via a Makefile target rather than by hand. +There is no README.DELETED for this import as it's all automated. + +Use "git diff vendor/DHCPCD contrib/dhcpcd" to see local modifications. + +The program and hook scripts are installed by 'sbin/dhcpcd', and the +configuration file is installed by 'etc/Makefile'. + + +Upgrade notes +------------- + +1. Configure +2. Import +3. Copy config.h to sbin/dhcpcd +4. Tailor Makefile in sbin/dhcpcd to import + +$ ./configure +$ make import-src DESTDIR=/usr/src/contrib/dhcpcd +$ cp config.h /usr/src/sbin/dhcpcd +$ vi /usr/src/sbin/dhcpcd/Makefile -- 2.41.0