summaryrefslogtreecommitdiff
path: root/net-misc/kea
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/kea')
-rw-r--r--net-misc/kea/kea-3.0.2.ebuild3
1 files changed, 3 insertions, 0 deletions
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"