From owner-freebsd-ports Mon Jul 17 15:20: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 105A437B709 for ; Mon, 17 Jul 2000 15:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA69692; Mon, 17 Jul 2000 15:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 4622B37B597 for ; Mon, 17 Jul 2000 15:11:02 -0700 (PDT) (envelope-from housley@thehousleys.net) Received: from baby.int.thehousleys.net (baby.int.thehousleys.net. [192.168.0.24]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id SAA31195 for ; Mon, 17 Jul 2000 18:11:01 -0400 (EDT) (envelope-from housley@thehousleys.net) Received: (from housley@localhost) by baby.int.thehousleys.net (8.9.3/8.9.3) id SAA03585; Mon, 17 Jul 2000 18:11:00 -0400 (EDT) (envelope-from housley) Message-Id: <200007172211.SAA03585@baby.int.thehousleys.net> Date: Mon, 17 Jul 2000 18:11:00 -0400 (EDT) From: jim@thehousleys.net Reply-To: jim@thehousleys.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19993: update port: sysutil/healthd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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