Mercurial > hg > dhcpcd
changeset 5013:3a9635d6ce84 draft
Mention chroot
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Mon, 27 Jan 2020 21:47:24 +0000 |
| parents | ec0c1c259be4 |
| children | c785a95166d8 |
| files | README.md |
| diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Mon Jan 27 12:56:04 2020 +0000 +++ b/README.md Mon Jan 27 21:47:24 2020 +0000 @@ -94,11 +94,13 @@ 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. + dhcpcd-9 defaults the run directory to `/var/run/dhcpcd` instead of `/var/run` and the prefix of dhcpcd has been removed from the files. - -Of course this won't work if dhcpcd is packaged up, so packagers will need to -install similar logic into their dhcpcd package. +dhcpcd-9 may also run in a chroot, `/var/chroot/dhcpcd` so all the files +could be relative to that. ## ChangeLog We no longer supply a ChangeLog.
