---
name: healthd
version: 0.7.9_2
origin: sysutils/healthd
comment: A daemon to monitor vital motherboard parameters
arch: freebsd:9:x86:64
www: http://healthd.thehousleys.net/
maintainer: apache@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 63234
desc: |
  This is a deamon the uses the LM78/79, WINBond 83781/83782/83783/83626
  or the ASUS 99127 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.

  With the healthdc companion program the status can be read from any
  networked computer.  The healthd deamon's network connection is protected
  by libwrap and /etc/hosts.allow.

  WWW: http://healthd.thehousleys.net/
categories: [sysutils, ipv6]
options: {FULL_CONFIG: off, IPV6: on}
files:
  /usr/local/bin/healthdc: b7ea5bac197e844220487f68ce76df81046d2d2dfe149d3ee61b35cfe3f0082a
  /usr/local/etc/healthd.conf.sample: 7e02720640d2c65e3b8473ac3933022432d2f0eb16f58b6445adf1903b46c4f6
  /usr/local/etc/rc.d/healthd: 83c6cad86520464d7530e188041a2b756a67c55611ef38b9eea986a16ab74546
  /usr/local/man/man8/healthd.8.gz: c556188d39b7fb76fa6612e2840df49982a81a6be540d3e5ed6bbfb759728a3c
  /usr/local/man/man8/healthdc.8.gz: 7056ad75000051b4e7109fac5f0b385fac2c48c9c8fbd94ed17f600ff821cf14
  /usr/local/sbin/healthd: 1e15ad2d5385748848d0ea3def5f8e482006960ccbb2fbea4809626573cc5db5
  /usr/local/share/doc/healthd/PROTOCOL: 9b9d75af068595b1357c7d2d4a5026f5be3d59b8281876d8a193540259b8ad01
  /usr/local/share/doc/healthd/README: 4051f4ef3ef76c29b34d54592dddb51a849740246f0ab90a58cd5f34eb859714
directories:
  /usr/local/share/doc/healthd/: n
scripts:
  post-install: |
    if [ ! -f /usr/local/etc/healthd.conf ]; then cp -p /usr/local/etc/healthd.conf.sample /usr/local/etc/healthd.conf; fi
    cd /usr/local
  pre-deinstall: |
    if cmp -s /usr/local/etc/healthd.conf /usr/local/etc/healthd.conf.sample; then rm -f /usr/local/etc/healthd.conf; fi
    cd /usr/local
  post-deinstall: |
    cd /usr/local
