diff options
| author | Roy Marples <roy@marples.name> | 2020-04-05 16:50:59 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-04-05 16:50:59 +0100 |
| commit | da3c5c400a677a45b8a8af9d28d2c5af7c46063f (patch) | |
| tree | 1b6ac0cc30b226768353ed51b2673ce70a22a9d8 /README.md | |
| parent | d3713add356c48b772751cf2684d9a705a5e6521 (diff) | |
| download | dhcpcd-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.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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. |
