From housley@thehousleys.net Tue Nov 16 18:17:56 1999
Return-Path: <housley@thehousleys.net>
Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.218.96.75])
	by hub.freebsd.org (Postfix) with ESMTP id 954B614A06
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Nov 1999 18:17:54 -0800 (PST)
	(envelope-from housley@thehousleys.net)
Received: (from root@localhost)
	by thehousleys.net (8.9.3/8.9.3) id VAA58967;
	Tue, 16 Nov 1999 21:17:54 -0500 (EST)
	(envelope-from housley)
Message-Id: <199911170217.VAA58967@thehousleys.net>
Date: Tue, 16 Nov 1999 21:17:54 -0500 (EST)
From: "James E. Housley" <housley@thehousleys.net>
Reply-To: housley@thehousleys.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: New Version of sysutils/healthd
X-Send-Pr-Version: 3.2

>Number:         14934
>Category:       ports
>Synopsis:       New version of sysutils/healthd
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 16 18:20:01 PST 1999
>Closed-Date:    Sat Nov 20 16:43:54 PST 1999
>Last-Modified:  Sat Nov 20 16:45:07 PST 1999
>Originator:     James E. Housley
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
The Housleys dot Net
>Environment:

	FreeBSD-3.x

>Description:

	This is version 0.2 of healthd

>How-To-Repeat:

	

>Fix:
	

diff -r -u healthd.0.1/Makefile healthd/Makefile
--- healthd.0.1/Makefile	Sat Nov 13 22:28:56 1999
+++ healthd/Makefile	Mon Nov 15 22:28:56 1999
@@ -1,18 +1,28 @@
 # New ports collection makefile for:	healthd
-# Version required:	0.1
-# Date created:		24 October 1999
+# Version required:	0.2
+# Date created:		15 November 1999
 # Whom:			jim@thehousleys.net
 #
-# $FreeBSD: ports/sysutils/healthd/Makefile,v 1.1.1.1 1999/11/14 03:28:56 steve Exp $
+# $FreeBSD$
 #
 
-DISTNAME=	healthd-0.1
+DISTNAME=	healthd-0.2
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.thehousleys.net/healthd/
+MASTER_SITES=	http://healthd.thehousleys.net/
 
 MAINTAINER=	jim@thehousleys.net
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--exec-prefix=${PREFIX}
+
+MAN8= healthd.8
+
+post-install:
+	@if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \
+		${ECHO} "Installing ${PREFIX}/etc/rc.d/healthd.sh startup file."; \
+		${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/healthd.sh; \
+		${ECHO} "[ -x ${PREFIX}/bin/healthd ] && ${PREFIX}/bin/healthd > /dev/null && ${ECHO} -n ' healthd'" >> ${PREFIX}/etc/rc.d/healthd.sh; \
+		${CHMOD} 751 ${PREFIX}/etc/rc.d/healthd.sh; \
+	fi
 
 .include <bsd.port.mk>
diff -r -u healthd.0.1/files/md5 healthd/files/md5
--- healthd.0.1/files/md5	Sat Nov 13 22:28:56 1999
+++ healthd/files/md5	Tue Nov 16 21:08:27 1999
@@ -1 +1 @@
-MD5 (healthd-0.1.tar.gz) = f03c4af9c3e6b195eab9a516e65e42d2
+MD5 (healthd-0.2.tar.gz) = a1fe0e6285d4427d4b7012ca4ebe2061
diff -r -u healthd.0.1/pkg/COMMENT healthd/pkg/COMMENT
--- healthd.0.1/pkg/COMMENT	Sat Nov 13 22:28:56 1999
+++ healthd/pkg/COMMENT	Sun Oct 24 10:36:50 1999
@@ -1 +1 @@
-A daemon to monitor vital motherboard parameters
+A daemon to monitor vital motherboard parameters.
diff -r -u healthd.0.1/pkg/DESCR healthd/pkg/DESCR
--- healthd.0.1/pkg/DESCR	Sat Nov 13 22:28:56 1999
+++ healthd/pkg/DESCR	Mon Nov 15 22:06:47 1999
@@ -4,7 +4,7 @@
 The configuration file specifies which functions are active and their
 acceptable ranges.
 
-WWW: http://thehousleys.net/healthd/
+WWW: http://healthd.thehousleys.net/
 
 - Jim
 jim@thehousleys.net
diff -r -u healthd.0.1/pkg/PLIST healthd/pkg/PLIST
--- healthd.0.1/pkg/PLIST	Sat Nov 13 22:28:56 1999
+++ healthd/pkg/PLIST	Mon Nov 15 22:07:40 1999
@@ -1,2 +1,3 @@
 bin/healthd
 etc/healthd.conf.sample
+etc/rc.d/healthd.sh


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Sat Nov 20 16:43:54 PST 1999 
State-Changed-Why:  
Committed, thanks!. 
So you know, the $FreeBSD$ line should not be changed and the COMMENT file 
doesn't have a period at the end. 
>Unformatted:
