Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2000 18:11:00 -0400 (EDT)
From:      jim@thehousleys.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19993: update port: sysutil/healthd
Message-ID:  <200007172211.SAA03585@baby.int.thehousleys.net>

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

>Number:         19993
>Category:       ports
>Synopsis:       update port: sysutil/healthd
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 17 15:20:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     James Housley
>Release:        FreeBSD 4.1-RC i386
>Organization:
The Housleys dot Net
>Environment:

	

>Description:

	Update the Makefile so the healthd.sh for the port is installed
	instead the one in the files directory, which is out-of-date.  
	The functionality has been enhanced and directories changed.

	Remove files:
	files/healthd.sh

>How-To-Repeat:

	

>Fix:

diff -ur healthd/Makefile healthd-0.5.4/Makefile
--- healthd/Makefile	Sat Jul 15 14:15:40 2000
+++ healthd-0.5.4/Makefile	Mon Jul 17 18:05:56 2000
@@ -21,7 +21,7 @@
 post-install:
 	@if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \
 		${ECHO} "Installing ${PREFIX}/etc/rc.d/healthd.sh startup file."; \
-		${INSTALL_SCRIPT} -m 751 ${FILESDIR}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh; \
+		${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh; \
 	fi
 	@if [ ! -f ${PREFIX}/etc/healthd.conf ]; then \
 		${ECHO} "Installing ${PREFIX}/etc/healthd.conf configuration file."; \
Only in healthd/files: 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?200007172211.SAA03585>