summaryrefslogtreecommitdiff
path: root/conf/intel/portage/env/www-servers/apache
blob: 004d9769ff0d0eddef273c2318da9dfb286f7f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if [ "${EBUILD_PHASE}" = "install" ]; then
	elog
	elog "Entropy administration information:"
	elog
	elog "~~~   READ THIS CAREFULLY   ~~~"
	elog "if you are bumping www-servers/apache"
	elog "please also bump the Entropy tagged version"
	elog "containing the worker MPM, this way:"
	elog "USE=\"threads\" APACHE2_MPMS=\"worker\" emerge -B apache && \\"
	elog "ENTROPY_PROJECT_TAG=\"worker\" eit inject /usr/portage/packages/www-servers/apache*"
	elog
	elog "~~~   READ THIS CAREFULLY   ~~~"
	elog
fi