net-misc/kea: modify message for permissions

Migration root->dhcp needs user intervention

Bug: https://bugs.gentoo.org/967157
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44948
Closes: https://github.com/gentoo/gentoo/pull/44948
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Nicolas PARLANT 2025-12-08 07:11:46 +01:00 committed by Sam James
parent c12e89ab1b
commit 4b7c09e18f
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -288,6 +288,9 @@ pkg_postinst() {
fi
if ver_replacing -lt 3.0; then
ewarn "Make sure that ${EPREFIX}/var/lib/kea and all the files in it are owned by dhcp:"
ewarn "chown -R dhcp:dhcp ${EPREFIX}/var/lib/kea"
ewarn
ewarn "If using openrc;"
ewarn " There are now separate conf.d scripts and associated init.d per daemon!"
ewarn " Each Daemon needs to be launched separately, i.e. the daemons are"