Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2000 18:35:03 -0400 (EDT)
From:      jim@thehousleys.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19427: Update port: sysutils/healthd to version 0.5
Message-ID:  <200006212235.SAA93600@baby.int.thehousleys.net>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006212235.SAA93600>