mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
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:
parent
c12e89ab1b
commit
4b7c09e18f
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user