Date: Tue, 16 Nov 1999 21:17:54 -0500 (EST) From: "James E. Housley" <housley@thehousleys.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14934: New Version of sysutils/healthd Message-ID: <199911170217.VAA58967@thehousleys.net>
next in thread | raw e-mail | index | archive | help
>Number: 14934 >Category: ports >Synopsis: New version of sysutils/healthd >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: Tue Nov 16 18:20:01 PST 1999 >Closed-Date: >Last-Modified: >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: >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?199911170217.VAA58967>