summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/openrc/openrc-9999.ebuild')
-rw-r--r--sys-apps/openrc/openrc-9999.ebuild15
1 files changed, 13 insertions, 2 deletions
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild
index d270bbe..d802d21 100644
--- a/sys-apps/openrc/openrc-9999.ebuild
+++ b/sys-apps/openrc/openrc-9999.ebuild
@@ -134,6 +134,17 @@ pkg_postinst() {
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."
+ elog "You should now update all files in /etc, using etc-update"
+ elog "or equivalent before restarting any services or this host."
+ elog
+ elog "checkfs and checkroot no longer exist."
+ elog "In their place are fsck and root which are a lot more descriptive."
+ elog "Service dependencies should be updated accordingly."
+ elog "Known scripts to update are :-"
+ elog " app-admin/verynice, app-emulation/open-vm-tools,"
+ elog " app-emulation/vmware-workstation-tools,"
+ elog " sys-apps/util-linux, sys-cluster/util-vserver,"
+ elog " sys-freebsd/freebsd-sbin (sysctl),"
+ elog " sys-fs/cryptsetup, sys-fs/device-mapper, sys-fs/evms, sys-fs/lvm2"
+ elog " sys-fs/mdadm, sys-fs/trustees"
}