Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2000 09:29:42 -0400 (EDT)
From:      jim@thehousleys.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18229: sysytils/healthd - version upgrade to 0.4.2
Message-ID:  <200004261329.JAA58662@baby.int.thehousleys.net>

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

>Number:         18229
>Category:       ports
>Synopsis:       sysytils/healthd - version upgrade to 0.4.2
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 26 06:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     James Housley
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
The Housleys dot Net
>Environment:

	

>Description:

	The fixes several possible root exploits in version 0.3.
	It also adds two new output format options

>How-To-Repeat:

	

>Fix:
	

diff -ur healthd/CVS/Entries healthd-0.4.2/CVS/Entries
--- healthd/CVS/Entries	Tue Apr 25 08:42:13 2000
+++ healthd-0.4.2/CVS/Entries	Fri Apr 14 14:49:20 2000
@@ -1,4 +1,4 @@
 D/files////
 D/pkg////
 D/patches////
-/Makefile/1.5/Tue Apr 25 12:42:12 2000//THEAD
+/Makefile/1.4/Fri Apr 14 18:49:18 2000//THEAD
diff -ur healthd/Makefile healthd-0.4.2/Makefile
--- healthd/Makefile	Tue Apr 25 08:42:12 2000
+++ healthd-0.4.2/Makefile	Wed Apr 26 09:16:38 2000
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	healthd
 # Date created:		15 November 1999
 # Whom:			jim@thehousleys.net
 #
-# $FreeBSD: ports/sysutils/healthd/Makefile,v 1.5 2000/04/22 10:12:32 mharo Exp $
+# $FreeBSD: ports/sysutils/healthd/Makefile,v 1.4 2000/04/09 19:07:48 cpiazza Exp $
 #
 
 PORTNAME=	healthd
-PORTVERSION=	0.3
+PORTVERSION= 	0.4.2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://healthd.thehousleys.net/
 
@@ -23,6 +23,12 @@
 		${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
+	@if [ ! -f ${PREFIX}/etc/healthd.conf ]; then \
+		${ECHO} "Installing ${PREFIX}/etc/healthd.conf configuration file."; \
+		${ECHO} "It is recommended you edit this file to match you system"; \
+		${ECHO} " before running the program."; \
+		${CP} ${PREFIX}/etc/healthd.conf.sample ${PREFIX}/etc/healthd.conf; \
 	fi
 
 .include <bsd.port.mk>
diff -ur healthd/files/md5 healthd-0.4.2/files/md5
--- healthd/files/md5	Mon Jan 24 12:57:27 2000
+++ healthd-0.4.2/files/md5	Wed Apr 26 09:17:10 2000
@@ -1 +1 @@
-MD5 (healthd-0.3.tar.gz) = 56b61b06f6b99ae0b7efc55f952828ac
+MD5 (healthd-0.4.2.tar.gz) = 35ba9a8d4ce1fbd89f407c941d38fea6
Only in healthd/patches: patch-aa
Only in healthd/patches: patch-ab

>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?200004261329.JAA58662>