build/conf/intel/portage/env/www-servers/apache
2011-07-14 22:13:05 +02:00

15 lines
504 B
Plaintext

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\" reagent inject /usr/portage/packages/www-servers/apache*"
elog
elog "~~~ READ THIS CAREFULLY ~~~"
elog
fi