commit: 4b7c09e18f6807ffd18039abe7523b51bf695f2b Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Mon Dec 8 06:11:46 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Dec 8 14:56:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7c09e1
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 <AT> 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 <AT> gentoo.org> net-misc/kea/kea-3.0.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-misc/kea/kea-3.0.2.ebuild b/net-misc/kea/kea-3.0.2.ebuild index d899b2a2584c..84bc1e88a6f2 100644 --- a/net-misc/kea/kea-3.0.2.ebuild +++ b/net-misc/kea/kea-3.0.2.ebuild @@ -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"
