diff options
author | zi <zi@FreeBSD.org> | 2011-10-15 10:53:31 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-10-15 10:53:31 +0800 |
commit | dd8c67cff130ca22eef2d1d64ee1f301a6d16763 (patch) | |
tree | 075cf6b67a0fe7e30380fb94565447420b56a4d3 /sysutils/Makefile | |
parent | 912c310dc579db0d3c005b8fdbd5a30ea57d9aa3 (diff) | |
download | freebsd-ports-gnome-dd8c67cff130ca22eef2d1d64ee1f301a6d16763.tar.gz freebsd-ports-gnome-dd8c67cff130ca22eef2d1d64ee1f301a6d16763.tar.zst freebsd-ports-gnome-dd8c67cff130ca22eef2d1d64ee1f301a6d16763.zip |
New port: sysutils/mcelog
mcelog processes machine checks (in particular memory and CPU
hardware errors) on modern x86-based unix systems and
produces human-readable output.
FreeBSD conversion patches were originally written by John
Baldwin <jhb@freebsd.org> and later incorporated into this
port.
WWW: http://mcelog.org/
PR: ports/161395
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 2519573fddfb..65dbfdfcd460 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -473,6 +473,7 @@ SUBDIR += massadmin SUBDIR += mbmon SUBDIR += mcollective + SUBDIR += mcelog SUBDIR += mcron SUBDIR += mcweject SUBDIR += mdcp |