Initial import of healthd version 0.1.

A daemon to montior vital motherboard parameters.

PR:		14495
Submitted by:	James E. Housley <housley@thehousleys.net>
This commit is contained in:
Steve Price 1999-11-14 03:28:56 +00:00
parent f0989f0a51
commit 506713aad3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23105
5 changed files with 32 additions and 0 deletions

18
sysutils/healthd/Makefile Normal file
View File

@ -0,0 +1,18 @@
# New ports collection makefile for: healthd
# Version required: 0.1
# Date created: 24 October 1999
# Whom: jim@thehousleys.net
#
# $FreeBSD$
#
DISTNAME= healthd-0.1
CATEGORIES= sysutils
MASTER_SITES= http://www.thehousleys.net/healthd/
MAINTAINER= jim@thehousleys.net
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (healthd-0.1.tar.gz) = f03c4af9c3e6b195eab9a516e65e42d2

View File

@ -0,0 +1 @@
A daemon to monitor vital motherboard parameters

View File

@ -0,0 +1,10 @@
This is a deamon the uses the LM78/79 or WINBond hardware monitor chips
to warn the operator when something is out of range. The software is
capable of monitoring up to 3 tempuratures, 3 fan speeds and 7 voltages.
The configuration file specifies which functions are active and their
acceptable ranges.
WWW: http://thehousleys.net/healthd/
- Jim
jim@thehousleys.net

View File

@ -0,0 +1,2 @@
bin/healthd
etc/healthd.conf.sample