Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/bsd/dhcpcd/dist/README.md,v rcsdiff: /ftp/cvs/cvsroot/src/external/bsd/dhcpcd/dist/README.md,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.3.4.2 retrieving revision 1.1.1.4 diff -u -p -r1.1.1.3.4.2 -r1.1.1.4 --- src/external/bsd/dhcpcd/dist/README.md 2020/04/21 18:41:55 1.1.1.3.4.2 +++ src/external/bsd/dhcpcd/dist/README.md 2020/04/02 12:38:54 1.1.1.4 @@ -90,7 +90,9 @@ dhcpcd-7 defaults the database directory `/var/db` and now stores dhcpcd.duid and dhcpcd.secret in there instead of in /etc. dhcpcd-9 requires this directory and contents to be writeable by the -unprivileged user (default _dhcpcd, _dhcp or dhcpcd). +unprivileged user (default _dhcpcd). +The Makefile `_confinstall` target will attempt to move the files correctly from +the old locations to the new locations. Of course this won't work if dhcpcd is packaged up, so packagers will need to install similar logic into their dhcpcd package.