diff options
Diffstat (limited to 'sys-apps/openrc/openrc-9999.ebuild')
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index a5cafac..f99ccd5 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -136,6 +136,11 @@ pkg_postinst() { cp -RPp "${ROOT}"usr/share/"${PN}"/runlevels "${ROOT}"/etc fi + if [ -d "${ROOT}"etc/modules.autoload.d ]; then + ewarn "${ROOT}etc/modules.autoload.d exists" + ewarn "This has been deprecated in favour of /etc/conf.d/modules" + fi + einfo "You should now update all files in /etc, using etc-update" einfo "or equivalent before restarting any services or this host." } |