From owner-freebsd-ports Wed Jun 21 15:40:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A2F3E37C0E5 for ; Wed, 21 Jun 2000 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA85993; Wed, 21 Jun 2000 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 3C79837B9B6 for ; Wed, 21 Jun 2000 15:35:06 -0700 (PDT) (envelope-from housley@thehousleys.net) Received: from baby.int.thehousleys.net (baby.int.thehousleys.net. [192.168.0.24]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id SAA74211 for ; Wed, 21 Jun 2000 18:35:04 -0400 (EDT) (envelope-from housley@thehousleys.net) Received: (from housley@localhost) by baby.int.thehousleys.net (8.9.3/8.9.3) id SAA93600; Wed, 21 Jun 2000 18:35:03 -0400 (EDT) (envelope-from housley) Message-Id: <200006212235.SAA93600@baby.int.thehousleys.net> Date: Wed, 21 Jun 2000 18:35:03 -0400 (EDT) From: jim@thehousleys.net Reply-To: jim@thehousleys.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19427: Update port: sysutils/healthd to version 0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19427 >Category: ports >Synopsis: Update port: sysutils/healthd to version 0.5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 21 15:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: James Housley >Release: FreeBSD 4.0-STABLE i386 >Organization: The Housleys dot Net >Environment: >Description: This is a new version of healthd. This add new functionality with the start of auto-chip detection and being able to get reading via the network. >How-To-Repeat: >Fix: diff -ur healthd.orig/Makefile healthd/Makefile --- healthd.orig/Makefile Thu Apr 27 13:58:26 2000 +++ healthd/Makefile Wed Jun 21 18:18:23 2000 @@ -2,11 +2,11 @@ # Date created: 15 November 1999 # Whom: jim@thehousleys.net # +# $FreeBSD$ # PORTNAME= healthd -PORTVERSION= 0.4.2 +PORTVERSION= 0.5 CATEGORIES= sysutils MASTER_SITES= http://healthd.thehousleys.net/ @@ -15,7 +15,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} -MAN8= healthd.8 +MAN8= healthd.8 healthdc.8 post-install: @if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \ diff -ur healthd.orig/files/md5 healthd/files/md5 --- healthd.orig/files/md5 Thu Apr 27 13:58:27 2000 +++ healthd/files/md5 Wed Jun 21 18:18:55 2000 @@ -1 +1 @@ -MD5 (healthd-0.4.2.tar.gz) = 35ba9a8d4ce1fbd89f407c941d38fea6 +MD5 (healthd-0.5.tar.gz) = 17260935197df4b3c596f8ab69c11eef diff -ur healthd.orig/pkg/PLIST healthd/pkg/PLIST --- healthd.orig/pkg/PLIST Wed Nov 24 08:08:47 1999 +++ healthd/pkg/PLIST Wed Jun 21 18:25:00 2000 @@ -1,3 +1,6 @@ -bin/healthd +sbin/healthd +bin/healthdc +@unexec if cmp -s %D/etc/healthd.conf %D/etc/healthd.conf.sample; then rm -f %D/etc/healthd.conf; fi etc/healthd.conf.sample +@exec if [ ! -f %D/etc/healthd.conf ] ; then cp -p %D/%F %B/healthd.conf; fi etc/rc.d/healthd.sh >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message