SPELL=mcelog VERSION=1.0pre3 SOURCE="${SPELL}-${VERSION}.tar.bz2" SOURCE2="${SOURCE}.sign" SOURCE_URL[0]=http://www.kernel.org/pub/linux/utils/cpu/mce/${SOURCE} SOURCE2_URL[0]=http://www.kernel.org/pub/linux/utils/cpu/mce/${SOURCE2} SOURCE_GPG=kernel.gpg:$SOURCE2 SOURCE2_IGNORE=signature SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" WEB_SITE="http://www.kernel.org/pub/linux/utils/cpu/mce/" LICENSE[0]=GPL ENTERED=20100325 SHORT="user space backend for logging machine check errors" cat << EOF mcelog is the user space backend for logging machine check errors reported by the hardware to the kernel. The kernel does the immediate actions (like killing processes etc.) and mcelog decodes the logs the errors. It primarily handles machine checks and thermal events, which are reported for errors detected by the CPU. It is recommended that mcelog runs on all x86 machines, both 64-bit (since early 2.6) and 32-bit (since 2.6.32) EOF