summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-04-05 16:50:59 +0100
committerRoy Marples <roy@marples.name>2020-04-05 16:50:59 +0100
commitda3c5c400a677a45b8a8af9d28d2c5af7c46063f (patch)
tree1b6ac0cc30b226768353ed51b2673ce70a22a9d8 /README.md
parentd3713add356c48b772751cf2684d9a705a5e6521 (diff)
downloaddhcpcd-da3c5c400a677a45b8a8af9d28d2c5af7c46063f.tar.xz
install: Dont move old files around to new locations
privsep user dir may not exist and this code wont work for dhcpcd-9 anyway.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 182aa46b..cf1c0727 100644
--- a/README.md
+++ b/README.md
@@ -90,9 +90,7 @@ dhcpcd-7 defaults the database directory to `/var/db/dhcpcd` instead of
`/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).
-The Makefile `_confinstall` target will attempt to move the files correctly from
-the old locations to the new locations.
+unprivileged user (default _dhcpcd, _dhcp or dhcpcd).
Of course this won't work if dhcpcd is packaged up, so packagers will need to
install similar logic into their dhcpcd package.